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