Skip to content

Commit

Permalink
feature(network-selection): left overs
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Aug 2, 2024
1 parent eac274e commit 080b87b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ export const ProviderItem = ({onPress, fee, rightAdornment, leftAdornment, disab
const isPreprod = network === Chain.Network.Preprod
const isSancho = network === Chain.Network.Sancho
const isMainnet = network === Chain.Network.Mainnet
const isBuy = orderType === 'buy'

if ((isPreprod || isSancho) && orderType === 'buy') return null
if ((isPreprod || isSancho) && isBuy) return null

return (
<>
Expand Down

0 comments on commit 080b87b

Please sign in to comment.