mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
Merge pull request #3698 from BlueWallet/numblines
FIX: Expand option was available even after use
This commit is contained in:
commit
ea1de7a945
@ -316,7 +316,7 @@ export const TransactionListItem = React.memo(({ item, itemPriceUnit = BitcoinUn
|
|||||||
}
|
}
|
||||||
return submenu;
|
return submenu;
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, []);
|
}, [item.hash, subtitle, subtitleNumberOfLines]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={styles.container}>
|
<View style={styles.container}>
|
||||||
|
Loading…
Reference in New Issue
Block a user