Skip to content

Commit

Permalink
🐛 reset reconciliation status when switching accounts (actualbudget#1547
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis authored Aug 22, 2023
1 parent 6eb7485 commit 3e4133f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop-client/src/components/accounts/Account.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ class AccountInternal extends PureComponent {
showBalances: nextProps.showBalances,
balances: null,
showCleared: nextProps.showCleared,
reconcileAmount: null,
},
() => {
this.fetchTransactions();
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1547.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---

Reset reconciliation bar when switching accounts

0 comments on commit 3e4133f

Please sign in to comment.