mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +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))
|
.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…
Add table
Add a link
Reference in a new issue