diff --git a/frontend/src/components/ChatInterface.tsx b/frontend/src/components/ChatInterface.tsx index f4c85ac..4a6d0ea 100644 --- a/frontend/src/components/ChatInterface.tsx +++ b/frontend/src/components/ChatInterface.tsx @@ -801,7 +801,7 @@ export function ChatInterface() { ); }; - const ChatInputPanel = ({ + const renderInputPanel = ({ menuSide, menuOffsetClass, recordingWaveKeyPrefix, @@ -1382,11 +1382,11 @@ export function ChatInterface() { {/* Input Area */}