diff --git a/app/soapbox/features/chats/components/chat-box.tsx b/app/soapbox/features/chats/components/chat-box.tsx index d10a224e4..836f2169e 100644 --- a/app/soapbox/features/chats/components/chat-box.tsx +++ b/app/soapbox/features/chats/components/chat-box.tsx @@ -201,15 +201,15 @@ const ChatBox: React.FC = ({ chat, onSetInputRef, autosize }) => { }; const renderActionButton = () => { - return canSubmit() ? ( - - ) : ( - - ); + // return canSubmit() ? ( + // + // ) : ( + // + // ); }; if (!chatMessageIds) return null;