Skip to content

Commit e202778

Browse files
committed
Fix navigation to PluginListBuy from BuyCrypto component
1 parent 20afaa1 commit e202778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/themed/BuyCrypto.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const BuyCrypto = (props: Props) => {
3434
const { hideIoniaRewards = false } = config
3535

3636
const handlePress = useHandler(() => {
37-
navigation.push('pluginListBuy', { direction: 'buy' })
37+
navigation.navigate('pluginListBuy', { direction: 'buy' })
3838
})
3939

4040
const defaultFiat = useSelector(state => getDefaultFiat(state))

0 commit comments

Comments
 (0)