Fix conflicts incorrectly resolved in 8fabe8b6a7 (#44975)

This commit is contained in:
Piotr Jamróz 2022-02-07 13:36:16 +01:00 committed by GitHub
parent f92ab9bc72
commit bfe66a1780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,8 +53,6 @@ class WrapperUnconnected extends PureComponent<Props> {
locationService.partial({ from: undefined, to: undefined }, true);
}
const richHistory = getRichHistory();
this.props.richHistoryUpdatedAction({ richHistory });
getRichHistory().then((richHistory) => {
this.props.richHistoryUpdatedAction({ richHistory });
});