chore: linting

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-01-28 22:15:43 -08:00
parent 16b839138d
commit 70fcb2d055
10 changed files with 41 additions and 38 deletions

View file

@ -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();