fix(banking): miscellaneous bug fixes (#55492)

* fix(banking): correct usage of hooks in rule action

* fix(banking): apply ESLint rules for hooks

* fix(banking): add lazy imports and code-splitting
This commit is contained in:
Nikhil Kothari
2026-06-01 16:06:48 +05:30
committed by GitHub
parent fbe6754b55
commit 65b87ec045
38 changed files with 3685 additions and 3418 deletions

View File

@@ -176,7 +176,7 @@ const BankTransactionListView = () => {
),
},
],
[_, accountCurrency, onUndo],
[accountCurrency, onUndo],
)
const [search, setSearch] = useDebounceValue('', 250)