mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 13:52:40 +02:00
chore: ran frontend lint
This commit is contained in:
parent
e08eb7920c
commit
6939eb975d
1 changed files with 1 additions and 9 deletions
|
|
@ -517,15 +517,7 @@ export function OnboardingTour() {
|
|||
// Start checking after initial delay
|
||||
const timer = setTimeout(checkAndStartTour, 500);
|
||||
return () => clearTimeout(timer);
|
||||
}, [
|
||||
mounted,
|
||||
user?.id,
|
||||
searchSpaceId,
|
||||
pathname,
|
||||
threadsData,
|
||||
documentTypeCounts,
|
||||
connectors,
|
||||
]);
|
||||
}, [mounted, user?.id, searchSpaceId, pathname, threadsData, documentTypeCounts, connectors]);
|
||||
|
||||
// Update position on resize/scroll
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue