mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Update WalletTransactions.tsx
This commit is contained in:
parent
3f82cb4449
commit
0bdfc6fa85
1 changed files with 0 additions and 1 deletions
|
@ -514,7 +514,6 @@ const WalletTransactions: React.FC<WalletTransactionsProps> = ({ route }) => {
|
||||||
keyExtractor={_keyExtractor}
|
keyExtractor={_keyExtractor}
|
||||||
renderItem={renderItem}
|
renderItem={renderItem}
|
||||||
initialNumToRender={10}
|
initialNumToRender={10}
|
||||||
removeClippedSubviews
|
|
||||||
testID="TransactionsListView"
|
testID="TransactionsListView"
|
||||||
contentInsetAdjustmentBehavior="automatic"
|
contentInsetAdjustmentBehavior="automatic"
|
||||||
automaticallyAdjustContentInsets
|
automaticallyAdjustContentInsets
|
||||||
|
|
Loading…
Add table
Reference in a new issue