🐛 reset reconciliation status when switching accounts (#1547)

Closes #1327
This commit is contained in:
Matiss Janis Aboltins
2023-08-22 20:34:51 +01:00
committed by GitHub
parent 37cec4c46f
commit dd47b6c6ad
2 changed files with 7 additions and 0 deletions

View File

@@ -425,6 +425,7 @@ class AccountInternal extends PureComponent {
showBalances: nextProps.showBalances,
balances: null,
showCleared: nextProps.showCleared,
reconcileAmount: null,
},
() => {
this.fetchTransactions();

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---
Reset reconciliation bar when switching accounts