Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
csenel committed Nov 9, 2024
1 parent f7814c7 commit 3764d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/desktop-client/src/components/accounts/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1157,8 +1157,8 @@ class AccountInternal extends PureComponent<
}

const importedTransactionIds = transactions
.filter(t => t.imported_payee)
.map(t => t.id);
.filter(t => t.imported_payee)
.map(t => t.id);

this.onBatchEdit('imported_payee', importedTransactionIds);

Expand Down

0 comments on commit 3764d09

Please sign in to comment.