We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f061174 commit abbc3e2Copy full SHA for abbc3e2
app/src/components/bottom/chatRoom.tsx
@@ -94,10 +94,6 @@ const Chatroom = (props): JSX.Element => {
94
className="livechat-panel"
95
style={{ paddingLeft: '10px', width: '100%', height: '100%' }}
96
>
97
- <div className="roomInfo" style={{ paddingLeft: '70px' }}>
98
- <p>Current room: {roomCode}</p>
99
- <p>Your nickname: {userName}</p>
100
- </div>
101
<div style={{ justifyContent: 'center', display: 'flex', height: '80%' }}>
102
<div id="message-container" style={wrapperStyles}>
103
{renderMessages()}
0 commit comments