Skip to content

Commit

Permalink
fix: always bump user to tokens after a swap (#1691)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Barbieri <[email protected]>
  • Loading branch information
derHowie and brunobar79 authored Sep 13, 2024
1 parent 09bb6aa commit 37e2060
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ const SwapReviewSheetWithQuote = ({
setSendingSwap(false);

if (swapExecutedSuccessfully) {
navigate(ROUTES.HOME, { state: { tab: 'activity' } });
navigate(ROUTES.HOME, { state: { tab: 'tokens' } });
}
}, [
assetToBuy,
Expand Down

0 comments on commit 37e2060

Please sign in to comment.