mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 04:00:38 +03:00
Fix eslint error
This commit is contained in:
parent
c3a2e084b3
commit
5d02df62d0
@ -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