Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Oct 9, 2023
1 parent e70a50e commit b94f655
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/HelpMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const HelpMenu = (): JSX.Element => {

const menu = (
<Menu theme="dark" className={styles.menu}>
{/* <VersionModal /> */}
{modalVisible ? (
<VersionModal setModalVisible={setModalVisible} />
) : null}
Expand Down

0 comments on commit b94f655

Please sign in to comment.