Skip to content

Commit

Permalink
Remove bad comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Malton <sebastian@malton.name>
  • Loading branch information
Nokel81 committed Dec 2, 2022
1 parent 4db4ef4 commit eaec5e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/components/menu/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ class NonInjectedMenu extends React.Component<MenuProps & Dependencies, State> {
const classNames = cssNames("Menu", className, this.state.position || position, {
portal: usePortal,
});
// const menuChildren =

let children = this.props.children as ReactElement<any>;

Expand Down

0 comments on commit eaec5e9

Please sign in to comment.