Skip to content

Commit edb97f6

Browse files
authored
Merge pull request #4022 from EdgeApp/sam/fix-buy-crypto-nav
Fix navigation to PluginListBuy from BuyCrypto component
2 parents 20afaa1 + e202778 commit edb97f6

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)