Skip to content

Commit

Permalink
fix: backward flow from connect->get
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Sep 5, 2024
1 parent 8021aad commit 3b5b9eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export function DesktopOptions({ onClose }: { onClose: () => void }) {
? WalletStep.Connect
: compactModeEnabled
? WalletStep.None
: WalletStep.Get;
: initialWalletStep;
break;
case WalletStep.Download:
walletContent = selectedWallet && (
Expand Down

0 comments on commit 3b5b9eb

Please sign in to comment.