Skip to content

Commit

Permalink
Clean up deprecated prop
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jul 25, 2024
1 parent ff2fb73 commit 7247035
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/packages/lib/src/components/header/HeaderUserMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export const HeaderUserMenu = ({ profileObj, logout, children }) => {
<EuiContextMenuItem
key="log_out"
icon="exit"
toolTipPosition="right"
onClick={logout}>
Log out
</EuiContextMenuItem>
Expand Down

0 comments on commit 7247035

Please sign in to comment.