mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-19 00:04:15 +03:00
Remove React console warning
This commit is contained in:
parent
666b058ce4
commit
c8c95bfb47
@ -41,12 +41,7 @@ const AboutMenuItem = forwardRef(({ onClick, ...rest }, ref) => {
|
|||||||
const label = translate('menu.about')
|
const label = translate('menu.about')
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<MenuItem
|
<MenuItem ref={ref} onClick={handleOpen} className={classes.root}>
|
||||||
ref={ref}
|
|
||||||
onClick={handleOpen}
|
|
||||||
className={classes.root}
|
|
||||||
activeClassName={classes.active}
|
|
||||||
>
|
|
||||||
<ListItemIcon className={classes.icon}>
|
<ListItemIcon className={classes.icon}>
|
||||||
<InfoIcon titleAccess={label} />
|
<InfoIcon titleAccess={label} />
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user