diff --git a/public/app/features/explore/Wrapper.tsx b/public/app/features/explore/Wrapper.tsx index fdd2afde72c..4a6d46a0458 100644 --- a/public/app/features/explore/Wrapper.tsx +++ b/public/app/features/explore/Wrapper.tsx @@ -53,8 +53,6 @@ class WrapperUnconnected extends PureComponent { locationService.partial({ from: undefined, to: undefined }, true); } - const richHistory = getRichHistory(); - this.props.richHistoryUpdatedAction({ richHistory }); getRichHistory().then((richHistory) => { this.props.richHistoryUpdatedAction({ richHistory }); });