Skip to content

Commit 7a73b2a

Browse files
milenazuccarelliDara Hayes
authored andcommitted
fix: temporarily remove meta
1 parent f5379ea commit 7a73b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/components/ChatRoomScreen/MessageInput.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ const MessageInput: React.FC<MessageInputProps> = ({ onSendMessage }) => {
8686
onKeyPress={onKeyPress}
8787
onChange={onChange}
8888
/>
89-
<Meta>
89+
{/* <Meta>
9090
&#9786;
9191
&#128206;
92-
</Meta>
92+
</Meta> */}
9393
</InputContainer>
9494
<SendButton
9595
data-testid="send-button"

0 commit comments

Comments
 (0)