From 6b3fcd5608098c66b5a5a7fdf8077820272b67bd Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 10 Jul 2023 16:00:12 -0300 Subject: [PATCH] format --- src/frontend/src/modals/formModal/chatInput/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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..."}