From 9f64ece7b2f7c6035b5df4f082152c25ba2eca23 Mon Sep 17 00:00:00 2001 From: Zach Whelchel Date: Sat, 20 Jan 2024 17:06:43 -0500 Subject: [PATCH] Lint cleanup. --- packages/desktop-client/src/components/accounts/Account.jsx | 1 - .../src/components/modals/SelectLinkedAccounts.jsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/desktop-client/src/components/accounts/Account.jsx b/packages/desktop-client/src/components/accounts/Account.jsx index 9f210799dc5..37653a025b8 100644 --- a/packages/desktop-client/src/components/accounts/Account.jsx +++ b/packages/desktop-client/src/components/accounts/Account.jsx @@ -26,7 +26,6 @@ import { } from 'loot-core/src/shared/transactions'; import { applyChanges, groupById } from 'loot-core/src/shared/util'; -import { authorizeBank } from '../../gocardless'; import { useCategories } from '../../hooks/useCategories'; import { SelectedProviderWithItems } from '../../hooks/useSelected'; import { styles, theme } from '../../style'; diff --git a/packages/desktop-client/src/components/modals/SelectLinkedAccounts.jsx b/packages/desktop-client/src/components/modals/SelectLinkedAccounts.jsx index 10b4252d12d..8d8d82475bc 100644 --- a/packages/desktop-client/src/components/modals/SelectLinkedAccounts.jsx +++ b/packages/desktop-client/src/components/modals/SelectLinkedAccounts.jsx @@ -50,7 +50,7 @@ export function SelectLinkedAccounts({ } // Finally link the matched account - if (syncSource === "simpleFin") { + if (syncSource === 'simpleFin') { actions.linkAccountSimpleFin( externalAccount, chosenLocalAccountId !== addAccountOption.id