mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 15:36:59 +01:00
Update drawerList.js
This commit is contained in:
parent
aef1e65e65
commit
89a98c4a4b
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ const DrawerList = props => {
|
||||||
}, [wallets]);
|
}, [wallets]);
|
||||||
|
|
||||||
const handleClick = item => {
|
const handleClick = item => {
|
||||||
console.log('handleClick', item);
|
|
||||||
if (item?.getID) {
|
if (item?.getID) {
|
||||||
const walletID = item.getID();
|
const walletID = item.getID();
|
||||||
props.navigation.navigate('WalletTransactions', {
|
props.navigation.navigate('WalletTransactions', {
|
||||||
|
|
Loading…
Add table
Reference in a new issue