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 30e8711 commit 5eb27ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const CreateExchangeButton = ({
: strings.proceed

const handleOnPress = () => {
if (isPreprod && orderType === 'buy') {
if (isPreprod && isBuy) {
handleOnPressOnPreprod()
return
}
Expand Down

0 comments on commit 5eb27ce

Please sign in to comment.