Update WalletTransactions.tsx

This commit is contained in:
Marcos Rodriguez Velez 2025-03-01 15:06:57 -04:00
parent a65776933d
commit 88b8274758

View file

@ -437,7 +437,7 @@ const WalletTransactions: React.FC<WalletTransactionsProps> = ({ route }) => {
}, [wallet, wallet?.hideBalance, wallet?.preferredBalanceUnit, balance]);
const handleScroll = useCallback(
(event: any) => {
(event: any) => {
const offsetY = event.nativeEvent.contentOffset.y;
const combinedHeight = 180;
if (offsetY < combinedHeight) {