diff --git a/packages/desktop-client/src/components/accounts/Account.js b/packages/desktop-client/src/components/accounts/Account.js index 7bc4852e0e..796b97f158 100644 --- a/packages/desktop-client/src/components/accounts/Account.js +++ b/packages/desktop-client/src/components/accounts/Account.js @@ -425,6 +425,7 @@ class AccountInternal extends PureComponent { showBalances: nextProps.showBalances, balances: null, showCleared: nextProps.showCleared, + reconcileAmount: null, }, () => { this.fetchTransactions(); diff --git a/upcoming-release-notes/1547.md b/upcoming-release-notes/1547.md new file mode 100644 index 0000000000..c2d1c9f966 --- /dev/null +++ b/upcoming-release-notes/1547.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [MatissJanis] +--- + +Reset reconciliation bar when switching accounts