Browse Source

Commit

master
Unknown 7 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( return(
<div> <div>
<h1>{props.roomName}</h1>
<h1>{props.roomName}'s Room</h1>
<h3>{props.occupancy}/{props.capacity}</h3> <h3>{props.occupancy}/{props.capacity}</h3>
<h5>{privateString}</h5> <h5>{privateString}</h5>
</div> </div>

Loading…
Cancel
Save