Move user settings menu to react (#6675)
* Move user settings menu to react * Add default href value to LinkButton * Use loading component while data is pending
This commit is contained in:
@@ -18,7 +18,7 @@ interface LinkButtonProps extends DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnc
|
||||
const LinkButton: React.FC<LinkButtonProps> = ({
|
||||
className,
|
||||
isAutoHideEnabled,
|
||||
href,
|
||||
href = '#', // The href must have a value to be focusable in the TV layout
|
||||
target,
|
||||
onClick,
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user