mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Update BlueComponents.js
This commit is contained in:
parent
d33a47c391
commit
90675e92e4
1 changed files with 1 additions and 1 deletions
|
@ -1663,7 +1663,7 @@ export const BlueTransactionListItem = React.memo(({ item, itemPriceUnit = Bitco
|
|||
|
||||
const onPress = useCallback(async () => {
|
||||
if (item.hash) {
|
||||
navigate('TransactionStatus', { params: { hash: item.hash } });
|
||||
navigate('TransactionStatus', { hash: item.hash });
|
||||
} else if (item.type === 'user_invoice' || item.type === 'payment_request' || item.type === 'paid_invoice') {
|
||||
const lightningWallet = wallets.filter(wallet => {
|
||||
if (typeof wallet === 'object') {
|
||||
|
|
Loading…
Add table
Reference in a new issue