We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20afaa1 commit e202778Copy full SHA for e202778
src/components/themed/BuyCrypto.tsx
@@ -34,7 +34,7 @@ export const BuyCrypto = (props: Props) => {
34
const { hideIoniaRewards = false } = config
35
36
const handlePress = useHandler(() => {
37
- navigation.push('pluginListBuy', { direction: 'buy' })
+ navigation.navigate('pluginListBuy', { direction: 'buy' })
38
})
39
40
const defaultFiat = useSelector(state => getDefaultFiat(state))
0 commit comments