Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion imports/ui/GameRoom.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { Cards } from "../api/cards.js";
import { paginate } from "../utils/paginate";
import { random } from "../utils/random";

// I think there's some issue with an exit button not being available in the middle of the game and players being trapped - perhaps an update to the UI with a button that is always there would be helfpul

class GameRoom extends Component {
constructor(props) {
Expand Down Expand Up @@ -296,4 +297,4 @@ export default withTracker(() => {
cards: Cards.find({}).fetch(),
ready : handle.ready() && handle2.ready()
};
})(GameRoom);
})(GameRoom);