We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20afaa1 + e202778 commit edb97f6Copy full SHA for edb97f6
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