From bfe66a1780489897c07b3bc565814bb1fec31560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jamr=C3=B3z?= Date: Mon, 7 Feb 2022 13:36:16 +0100 Subject: [PATCH] Fix conflicts incorrectly resolved in 8fabe8b6a74fe0e1fc14804ec6ba73272efc1ef4 (#44975) --- public/app/features/explore/Wrapper.tsx | 2 -- 1 file changed, 2 deletions(-) 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 }); });