Fix eslint error
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user