Fix conflicts incorrectly resolved in 8fabe8b6a7 (#44975)

pull/44913/head^2
Piotr Jamróz 3 years ago committed by GitHub
parent f92ab9bc72
commit bfe66a1780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/explore/Wrapper.tsx

@ -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 });
});

Loading…
Cancel
Save