diff --git a/src/frontend/src/modals/formModal/chatInput/index.tsx b/src/frontend/src/modals/formModal/chatInput/index.tsx index 78a796b04..02b462396 100644 --- a/src/frontend/src/modals/formModal/chatInput/index.tsx +++ b/src/frontend/src/modals/formModal/chatInput/index.tsx @@ -48,7 +48,9 @@ export default function ChatInput({ setChatValue(e.target.value); }} className={classNames( - lockChat ? " form-modal-lock-true bg-input " : " form-modal-lock-false", + lockChat + ? " form-modal-lock-true bg-input " + : " form-modal-lock-false", "form-modal-lockchat" )} placeholder={"Send a message..."}