Skip to content

Commit 9f9ce40

Browse files
committed
[MNY-316] SDK: directly show token selection after wallet connection in bridge widgets
1 parent 304e4e5 commit 9f9ce40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/heavy-clowns-stay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Move directly to token selection screen after connecting wallet in "Choose Payment" screen instead of showing the "Choose Payment" screen again after connecting wallet in bridge widgets

packages/thirdweb/src/react/web/ui/ConnectWallet/screens/WalletSwitcherConnectionScreen.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export function WalletSwitcherConnectionScreen(
7070
onClose={() => {}}
7171
onConnect={(w) => {
7272
props.onSelect(w);
73-
props.onBack();
7473
}}
7574
recommendedWallets={props.recommendedWallets}
7675
screenSetup={screenSetup}

0 commit comments

Comments
 (0)