Skip to content

Commit

Permalink
fix: Clean out "No HW wallet checkbox" after connection (#106)
Browse files Browse the repository at this point in the history
* clean out no hw wallet

* patch
  • Loading branch information
gbarkhatov authored Aug 26, 2024
1 parent 3aa7d27 commit f49cd44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-staking",
"version": "0.2.41",
"version": "0.2.42",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
1 change: 1 addition & 0 deletions src/app/components/Modals/ConnectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const ConnectModal: React.FC<ConnectModalProps> = ({
// Clean up the state
setTermsAccepted(false);
setNoInscription(false);
setNoHWWallet(false);
setSelectedWallet("");

// Connect to the wallet and close the modal
Expand Down

0 comments on commit f49cd44

Please sign in to comment.