mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix eslint error
This commit is contained in:
parent
c3a2e084b3
commit
5d02df62d0
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ const UserMenu = (props) => {
|
|||
.then(() => startEventStream(dispatch))
|
||||
.catch(() => {})
|
||||
}
|
||||
}, [])
|
||||
}, [dispatch])
|
||||
|
||||
if (!logout && !children) return null
|
||||
const open = Boolean(anchorEl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue