Skip to content

Enable filtering currencies by name. #1185

Enable filtering currencies by name.

Enable filtering currencies by name. #1185

Re-run triggered May 5, 2026 11:43
Status Success
Total duration 3m 21s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint-plugin-react-perf(jsx-no-new-function-as-prop): src/components/SimpleConfirmationDialog.tsx#L59
JSX attribute values should not contain functions created in the same scope.
eslint(capitalized-comments): src/utils/api.ts#L21
Comments should not begin with a lowercase letter
eslint(capitalized-comments): src/utils/api.ts#L17
Comments should not begin with a lowercase letter
eslint(no-unused-vars): src/components/Account/SubscribeNotification.tsx#L8
Identifier 'Button' is imported but never used.
eslint(no-unused-vars): src/components/Account/SubscribeNotification.tsx#L1
Identifier 'ChevronRight' is imported but never used.
oxc(no-map-spread): src/components/AddExpense/AddBankTransactions.tsx#L63
Spreading to modify object properties in `map` calls is inefficient
eslint(no-continue): src/server/api/services/bankTransactions/gocardless.ts#L100
Unexpected use of `continue` statement.
eslint(no-continue): src/server/api/services/bankTransactions/gocardless.ts#L91
Unexpected use of `continue` statement.
eslint(no-shadow): src/components/AddExpense/BankTransactions/BankingTransactionList.tsx#L131
'open' is already declared in the upper scope.