Fix eslint error

This commit is contained in:
Deluan 2023-05-17 11:57:43 -04:00
parent c3a2e084b3
commit 5d02df62d0

View file

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