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
05491387ff
commit
a65776933d
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import { RouteProp, useFocusEffect, useRoute, useIsFocused } from '@react-navigation/native';
|
||||
import { RouteProp, useFocusEffect, useRoute } from '@react-navigation/native';
|
||||
import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
||||
import {
|
||||
ActivityIndicator,
|
||||
|
@ -81,7 +81,6 @@ const WalletTransactions: React.FC<WalletTransactionsProps> = ({ route }) => {
|
|||
extrapolate: 'clamp',
|
||||
});
|
||||
const flatListRef = useRef<Animated.FlatList>(null);
|
||||
const isFocused = useIsFocused();
|
||||
|
||||
const stylesHook = StyleSheet.create({
|
||||
listHeaderText: {
|
||||
|
|
Loading…
Add table
Reference in a new issue