This commit is contained in:
Lucas Oliveira 2023-07-10 16:00:12 -03:00
commit 6b3fcd5608

View file

@ -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..."}