Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Desvelao committed Oct 28, 2022
1 parent 9edc9da commit 88822ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/components/wz-menu/wz-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ export const WzMenu = withWindowSize(class WzMenu extends Component {
</EuiFlexGroup>
)}

{/*this.state.hover === 'overview' */this.state.isOverviewPopoverOpen && (
{this.state.isOverviewPopoverOpen && (
<Overview
closePopover={() => this.setState({ menuOpened: false })}
></Overview>
Expand Down

0 comments on commit 88822ca

Please sign in to comment.