Skip to content

Commit

Permalink
fix: unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
logeekal committed Dec 12, 2023
1 parent 97a905c commit 8d41f05
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 8d41f05

Please sign in to comment.