diff --git a/src/user_pages/wallet/index.tsx b/src/user_pages/wallet/index.tsx index b788df6..a3e9dab 100644 --- a/src/user_pages/wallet/index.tsx +++ b/src/user_pages/wallet/index.tsx @@ -157,6 +157,7 @@ const WalletPage: React.FC = () => { }); const modify_load_transactions_params = () => { + set_transactions([]) const { type, transaction_sub_type } = filterParams; set_load_transactions_params((prev) => { return { @@ -626,6 +627,7 @@ const WalletPage: React.FC = () => { ]} type="month" onChange={(e) => { + set_transactions([]); const [year, month] = e; set_load_transactions_params({ ...load_transactions_params,