Skip to content

Commit

Permalink
Update apps/wallet-mobile/src/features/Send/useCases/ListAmountsToSen…
Browse files Browse the repository at this point in the history
…d/ListAmountsToSendScreen.tsx

Signed-off-by: Juliano Lazzarotto <[email protected]>
  • Loading branch information
stackchain authored Oct 18, 2024
1 parent 1316b0f commit ddc2429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const ListAmountsToSendScreen = () => {
// use case: redirect to add token screen if there is no token left
if (selectedTokensCounter === 1) {
clearSearch()
navigateTo.addToken(true)
navigateTo.addToken({shouldPopPrevious: true})
}
amountRemoved(tokenId)
}
Expand Down

0 comments on commit ddc2429

Please sign in to comment.