diff --git a/app/features/Pages/Approve/Approve.tsx b/app/features/Pages/Approve/Approve.tsx index 0bc05dc..3597dc1 100644 --- a/app/features/Pages/Approve/Approve.tsx +++ b/app/features/Pages/Approve/Approve.tsx @@ -345,8 +345,8 @@ export function ApproveTable({ { - setTransactionsHistoryResponse({ deposits: [], withdrawals: [] }); setHistoryModal(false); + setTransactionsHistoryResponse({ deposits: [], withdrawals: [] }); }} deposits={transactionsHistoryResponse.deposits} withdrawals={transactionsHistoryResponse.withdrawals}