From a712be3d49c68aac1213e55202fd4772cfe7a827 Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Thu, 17 Oct 2024 14:53:52 -0700 Subject: [PATCH] nit --- web/src/app/chat/input/ChatInputBar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/app/chat/input/ChatInputBar.tsx b/web/src/app/chat/input/ChatInputBar.tsx index 6e2e16f61..350fbd46a 100644 --- a/web/src/app/chat/input/ChatInputBar.tsx +++ b/web/src/app/chat/input/ChatInputBar.tsx @@ -85,7 +85,6 @@ export function ChatInputBar({ handleFileUpload: (files: File[]) => void; textAreaRef: React.RefObject; chatSessionId?: string; - refreshUser: () => void; }) { useEffect(() => { const textarea = textAreaRef.current;