Skip to content

Commit

Permalink
Fix addNotification
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 14, 2025
1 parent 1d39dae commit 03d1911
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/desktop-client/src/components/accounts/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ import { t } from 'i18next';
import { v4 as uuidv4 } from 'uuid';

import { unlinkAccount } from 'loot-core/client/accounts/accountsSlice';
import { syncAndDownload } from 'loot-core/client/actions';
import { addNotification, syncAndDownload } from 'loot-core/client/actions';
import {
addNotification,
openAccountCloseModal,
pushModal,
replaceModal,
Expand Down

0 comments on commit 03d1911

Please sign in to comment.