mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Fix eslint error
This commit is contained in:
parent
92bbbcb55b
commit
d3640f6d3b
@ -60,7 +60,7 @@ const UserMenu = (props) => {
|
|||||||
.then(() => startEventStream(dispatch))
|
.then(() => startEventStream(dispatch))
|
||||||
.catch(() => {})
|
.catch(() => {})
|
||||||
}
|
}
|
||||||
}, [])
|
}, [dispatch])
|
||||||
|
|
||||||
if (!logout && !children) return null
|
if (!logout && !children) return null
|
||||||
const open = Boolean(anchorEl)
|
const open = Boolean(anchorEl)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user