Skip to content

Commit

Permalink
remove unused prop from version modal
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Oct 9, 2024
1 parent e1bd71c commit dec7350
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/HelpMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,7 @@ const HelpMenu = ({
subMenuClassName={styles.submitIssueSubmenu}
/>
{modalVisible && (
<VersionModal
setModalVisible={() => setModalVisible(false)}
isVisible={modalVisible}
/>
<VersionModal setModalVisible={() => setModalVisible(false)} />
)}
</div>
);
Expand Down

0 comments on commit dec7350

Please sign in to comment.