We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c817701 commit d8ebad4Copy full SHA for d8ebad4
apps/namadillo/src/App/Transactions/TransactionHistory.tsx
@@ -79,7 +79,7 @@ export const TransactionHistory = (): JSX.Element => {
79
return transactionKind.startsWith("ibc");
80
} else return transactionKind === filter;
81
},
82
- []
+ [filter]
83
);
84
85
const JSONstringifyOrder = useCallback((obj: unknown): string => {
0 commit comments