mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
🐛 reset reconciliation status when switching accounts (#1547)
Closes #1327
This commit is contained in:
committed by
GitHub
parent
37cec4c46f
commit
dd47b6c6ad
@@ -425,6 +425,7 @@ class AccountInternal extends PureComponent {
|
||||
showBalances: nextProps.showBalances,
|
||||
balances: null,
|
||||
showCleared: nextProps.showCleared,
|
||||
reconcileAmount: null,
|
||||
},
|
||||
() => {
|
||||
this.fetchTransactions();
|
||||
|
||||
6
upcoming-release-notes/1547.md
Normal file
6
upcoming-release-notes/1547.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Reset reconciliation bar when switching accounts
|
||||
Reference in New Issue
Block a user