diff --git a/renderer/src/components/WalletTransactionsHistory.tsx b/renderer/src/components/WalletTransactionsHistory.tsx index d2e79b89d..63e168af2 100644 --- a/renderer/src/components/WalletTransactionsHistory.tsx +++ b/renderer/src/components/WalletTransactionsHistory.tsx @@ -18,7 +18,7 @@ const WalletTransactionsHistory: FC = ({ allTran return ( <>
0 ? ' fixed opacity-0 invisible translate-y-[200px]' : 'visible'}`}>
-
0 ? 'visible' : ' fixed opacity-0 invisible -translate-y-[50px]'}`}> +
0 ? 'visible' : ' fixed opacity-0 invisible -translate-y-[50px]'}`}>

WALLET HISTORY

{allTransactions.map((transaction, index) =>
)}