Skip to content

Commit

Permalink
fix: tx description update
Browse files Browse the repository at this point in the history
  • Loading branch information
KayBeSee committed Nov 9, 2022
1 parent 1c796f4 commit d7fb847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/pages/Vault/RecentTransactions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const RecentTransactions = ({
});

setFilteredTransactions(currentFilteredTxs);
}, [searchQuery]);
}, [searchQuery, transactions]);

return (
<div className='flex flex-col flex-1'>
Expand Down

0 comments on commit d7fb847

Please sign in to comment.