mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +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]);
|
||||
|
||||
const handleClick = item => {
|
||||
console.log('handleClick', item);
|
||||
if (item?.getID) {
|
||||
const walletID = item.getID();
|
||||
props.navigation.navigate('WalletTransactions', {
|
||||
|
|
Loading…
Add table
Reference in a new issue