mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
Update DrawerList.tsx
This commit is contained in:
parent
43fc2fa863
commit
c419e3f76c
@ -115,7 +115,7 @@ const DrawerList: React.FC<DrawerListProps> = memo(({ navigation }) => {
|
||||
});
|
||||
});
|
||||
} else {
|
||||
navigation.navigate('Navigation', { screen: 'AddWalletRoot' });
|
||||
navigation.navigate('AddWalletRoot');
|
||||
}
|
||||
},
|
||||
[navigation],
|
||||
|
Loading…
Reference in New Issue
Block a user