Skip to content

Commit

Permalink
chore: update typo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys committed Feb 25, 2025
1 parent 99301e3 commit cd2630d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wallet-ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ function App() {
<PopIn isOpen={!connected && !loading} showClose={false}>
<NoMetamaskModal />
</PopIn>
{/* This Modal will be showed when the SNAP must re-installed due to breaking change from Metamask */}
{/* This Modal will be shown when the SNAP must re-installed due to breaking change from Metamask */}
<PopIn isOpen={minVersionModalVisible} showClose={false}>
<MinVersionModal />
</PopIn>
{/* This Modal will be showed when the Metamask version is outdate to support the SNAP */}
{/* This Modal will be shown when the Metamask version is outdate to support the SNAP */}
<PopIn isOpen={minMMVersionModalVisible} showClose={false}>
<MinMetamaskVersionModal />
</PopIn>
Expand Down

0 comments on commit cd2630d

Please sign in to comment.