diff --git a/src/frontend/src/modals/chatModal/chatInput/index.tsx b/src/frontend/src/modals/chatModal/chatInput/index.tsx index 7b371edb1..0af622173 100644 --- a/src/frontend/src/modals/chatModal/chatInput/index.tsx +++ b/src/frontend/src/modals/chatModal/chatInput/index.tsx @@ -8,12 +8,12 @@ export default function ChatInput({ sendMessage, setChatValue, }: { - lockChat:boolean; - chatValue:string; - sendMessage:Function; - setChatValue:Function; + lockChat: boolean; + chatValue: string; + sendMessage: Function; + setChatValue: Function; }) { - const inputRef = useRef(null); + const inputRef = useRef(null); return ( <>