mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update list.js
This commit is contained in:
parent
89a98c4a4b
commit
74dbe47467
@ -149,7 +149,6 @@ const WalletsList = () => {
|
|||||||
}, []); // call refreshTransactions() only once, when screen mounts
|
}, []); // call refreshTransactions() only once, when screen mounts
|
||||||
|
|
||||||
const handleClick = item => {
|
const handleClick = item => {
|
||||||
console.log('handleClick', item);
|
|
||||||
if (item?.getID) {
|
if (item?.getID) {
|
||||||
const walletID = item.getID();
|
const walletID = item.getID();
|
||||||
navigate('WalletTransactions', {
|
navigate('WalletTransactions', {
|
||||||
|
Loading…
Reference in New Issue
Block a user