mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-10 08:12:40 +02:00
chore: linting
This commit is contained in:
parent
16b839138d
commit
70fcb2d055
10 changed files with 41 additions and 38 deletions
|
|
@ -359,7 +359,14 @@ export default function NewChatPage() {
|
|||
};
|
||||
|
||||
completeClone();
|
||||
}, [currentThread?.clone_pending, currentThread?.id, isCompletingClone, cloneError, initializeThread, queryClient]);
|
||||
}, [
|
||||
currentThread?.clone_pending,
|
||||
currentThread?.id,
|
||||
isCompletingClone,
|
||||
cloneError,
|
||||
initializeThread,
|
||||
queryClient,
|
||||
]);
|
||||
|
||||
// Handle scroll to comment from URL query params (e.g., from inbox item click)
|
||||
const searchParams = useSearchParams();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue