Skip to content

Commit 373032b

Browse files
committed
fix: Fix ESLint errors preventing Docker build
- Remove unused vad.js placeholder file causing parse error - Add eslint-disable comment for scrollToBottom dependency warning in TranscriptMessages - These fixes allow the Next.js build to complete successfully in Docker
1 parent 2029f82 commit 373032b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

frontend/app/components/TranscriptMessages.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export default function TranscriptMessages({
4848

4949
useEffect(() => {
5050
scrollToBottom();
51+
// eslint-disable-next-line react-hooks/exhaustive-deps
5152
}, [messages, isUserScrolledUp]);
5253

5354
if (messages.length === 0) {

frontend/app/components/vad.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)