Skip to content

Commit abbc3e2

Browse files
committed
Remove nickname and room number from Live Chat tab
1 parent f061174 commit abbc3e2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/src/components/bottom/chatRoom.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ const Chatroom = (props): JSX.Element => {
9494
className="livechat-panel"
9595
style={{ paddingLeft: '10px', width: '100%', height: '100%' }}
9696
>
97-
<div className="roomInfo" style={{ paddingLeft: '70px' }}>
98-
<p>Current room: {roomCode}</p>
99-
<p>Your nickname: {userName}</p>
100-
</div>
10197
<div style={{ justifyContent: 'center', display: 'flex', height: '80%' }}>
10298
<div id="message-container" style={wrapperStyles}>
10399
{renderMessages()}

0 commit comments

Comments
 (0)