Browse Source

Commit

master
Unknown 6 years ago
parent
commit
72bc80d2ec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      googletrendsgame/src/components/RoomListItem.js

+ 1
- 1
googletrendsgame/src/components/RoomListItem.js View File

@ -9,7 +9,7 @@ export default (props) => {
}
return(
<div>
<h1>{props.roomName}</h1>
<h1>{props.roomName}'s Room</h1>
<h3>{props.occupancy}/{props.capacity}</h3>
<h5>{privateString}</h5>
</div>

Loading…
Cancel
Save