Skip to content

Commit

Permalink
Fix set address modal not closing after connection
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkao committed Nov 11, 2024
1 parent ec87407 commit b969c2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-carrots-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@skip-go/widget': patch
---

Fix SetAddressModal not closing after connection
1 change: 1 addition & 0 deletions packages/widget/src/components/RenderWalletList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const RenderWalletList = ({
if (isConnectEco) {
clearAssetInputAmounts();
}
NiceModal.remove(Modals.SetAddressModal);
NiceModal.remove(Modals.WalletSelectorModal);
},
});
Expand Down

0 comments on commit b969c2e

Please sign in to comment.