Skip to content

Commit 454bdf0

Browse files
committed
removed popupchat component
1 parent 0f7cdb2 commit 454bdf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/MainApp/MatchmakerEvent.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ class MatchmakerEvent extends Component {
77
console.log(data)
88
return (
99
<div>
10-
<PopupChat />
1110
<Cards onEnd={() => console.log('end')} className='master-root'>
1211
{data.map(item =>
1312
<Card

0 commit comments

Comments
 (0)