We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7cdb2 commit 454bdf0Copy full SHA for 454bdf0
client/src/MainApp/MatchmakerEvent.jsx
@@ -7,7 +7,6 @@ class MatchmakerEvent extends Component {
7
console.log(data)
8
return (
9
<div>
10
- <PopupChat />
11
<Cards onEnd={() => console.log('end')} className='master-root'>
12
{data.map(item =>
13
<Card
0 commit comments