This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-GoogleTrendsGame
mirror of
https://github.com/jrtechs/GoogleTrendsGame.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Commit
master
Unknown
7 years ago
parent
617a4c6dac
commit
72bc80d2ec
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
<
/
h
1
>
<
h1
>
{
props
.
roomName
}
'
s
Room
<
/
h
1
>
<
h3
>
{
props
.
occupancy
}
/
{
props
.
capacity
}
<
/
h
3
>
<
h5
>
{
privateString
}
<
/
h
5
>
<
/
d
i
v
>
Write
Preview
Loading…
Cancel
Save