Update list.js

This commit is contained in:
Overtorment 2023-04-12 20:14:37 +00:00 committed by GitHub
parent 89a98c4a4b
commit 74dbe47467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,6 @@ const WalletsList = () => {
}, []); // call refreshTransactions() only once, when screen mounts
const handleClick = item => {
console.log('handleClick', item);
if (item?.getID) {
const walletID = item.getID();
navigate('WalletTransactions', {