diff --git a/src/interface/web/app/chat/page.tsx b/src/interface/web/app/chat/page.tsx index 618d759c..1cf53e12 100644 --- a/src/interface/web/app/chat/page.tsx +++ b/src/interface/web/app/chat/page.tsx @@ -69,12 +69,6 @@ function ChatInputArea(props: ChatInputProps) { const [progressValue, setProgressValue] = useState(0); - useEffect(() => { - if (message.startsWith('/')) { - const command = message.split(' ')[0].substring(1); - } - }, [message]); - useEffect(() => { if (!uploading) { setProgressValue(0);