Skip to content

Commit d8ebad4

Browse files
fix: history filtering (#2263)
1 parent c817701 commit d8ebad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/namadillo/src/App/Transactions/TransactionHistory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const TransactionHistory = (): JSX.Element => {
7979
return transactionKind.startsWith("ibc");
8080
} else return transactionKind === filter;
8181
},
82-
[]
82+
[filter]
8383
);
8484

8585
const JSONstringifyOrder = useCallback((obj: unknown): string => {

0 commit comments

Comments
 (0)