mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +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
|
// 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(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue