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