Skip to content

Commit

Permalink
Update apps/wallet-mobile/src/features/Exchange/useCases/CreateExchan…
Browse files Browse the repository at this point in the history
…geOrderScreen/CreateExchangeButton/CreateExchangeButton.tsx

Co-authored-by: Juliano Lazzarotto <[email protected]>
Signed-off-by: banklesss <[email protected]>
  • Loading branch information
banklesss and stackchain authored Aug 2, 2024
1 parent 27af199 commit 30e8711
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const CreateExchangeButton = ({
return
}

if (isSancho && orderType === 'buy') {
if (isSancho && isBuy) {
handleOnPressOnSanchonet()
return
}
Expand Down

0 comments on commit 30e8711

Please sign in to comment.