From 8d41f05b07b4073fd5ba567d4a53dfe6c1d8b45b Mon Sep 17 00:00:00 2001 From: Jatin Kathuria Date: Tue, 12 Dec 2023 11:47:16 +0100 Subject: [PATCH] fix: unnecessary changes --- .../public/timelines/components/timeline/tour/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/plugins/security_solution/public/timelines/components/timeline/tour/index.tsx b/x-pack/plugins/security_solution/public/timelines/components/timeline/tour/index.tsx index ae73b6828e07..728579868846 100644 --- a/x-pack/plugins/security_solution/public/timelines/components/timeline/tour/index.tsx +++ b/x-pack/plugins/security_solution/public/timelines/components/timeline/tour/index.tsx @@ -95,8 +95,6 @@ const TimelineTourComp = (props: TimelineTourProps) => { const currentStepConfig = timelineTourSteps[tourState.currentTourStep - 1]; - const tourStep = useMemo((step: typeof timelineTourSteps[number], idx: number) => {}, []); - if (currentStepConfig?.timelineTab && currentStepConfig.timelineTab !== activeTab) { switchToTab(currentStepConfig.timelineTab); }