Skip to content

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed May 17, 2023
1 parent c3a2e08 commit 5d02df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/layout/UserMenu.js
Expand Up @@ -60,7 +60,7 @@ const UserMenu = (props) => {
.then(() => startEventStream(dispatch))
.catch(() => {})
}
}, [])
}, [dispatch])

if (!logout && !children) return null
const open = Boolean(anchorEl)
Expand Down

0 comments on commit 5d02df6

Please sign in to comment.