Fix eslint error

This commit is contained in:
Deluan 2023-05-17 11:57:43 -04:00
parent c3a2e084b3
commit 5d02df62d0
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const UserMenu = (props) => {
.then(() => startEventStream(dispatch))
.catch(() => {})
}
}, [])
}, [dispatch])
if (!logout && !children) return null
const open = Boolean(anchorEl)