Skip to content

Commit

Permalink
Lint cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwhelchel committed Jan 20, 2024
1 parent c613c31 commit 9f64ece
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function SelectLinkedAccounts({
}

// Finally link the matched account
if (syncSource === "simpleFin") {
if (syncSource === 'simpleFin') {
actions.linkAccountSimpleFin(
externalAccount,
chosenLocalAccountId !== addAccountOption.id
Expand Down

0 comments on commit 9f64ece

Please sign in to comment.