chore: ran frontend lint

This commit is contained in:
Anish Sarkar 2026-01-06 23:03:51 +05:30
parent e08eb7920c
commit 6939eb975d

View file

@ -517,15 +517,7 @@ export function OnboardingTour() {
// Start checking after initial delay // Start checking after initial delay
const timer = setTimeout(checkAndStartTour, 500); const timer = setTimeout(checkAndStartTour, 500);
return () => clearTimeout(timer); return () => clearTimeout(timer);
}, [ }, [mounted, user?.id, searchSpaceId, pathname, threadsData, documentTypeCounts, connectors]);
mounted,
user?.id,
searchSpaceId,
pathname,
threadsData,
documentTypeCounts,
connectors,
]);
// Update position on resize/scroll // Update position on resize/scroll
useEffect(() => { useEffect(() => {