Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/heavy-clowns-stay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

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
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export function WalletSwitcherConnectionScreen(
onClose={() => {}}
onConnect={(w) => {
props.onSelect(w);
props.onBack();
}}
recommendedWallets={props.recommendedWallets}
screenSetup={screenSetup}
Expand Down
Loading