diff --git a/imports/ui/GameRoom.jsx b/imports/ui/GameRoom.jsx index 33ac9aa..e2598a1 100644 --- a/imports/ui/GameRoom.jsx +++ b/imports/ui/GameRoom.jsx @@ -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) { @@ -296,4 +297,4 @@ export default withTracker(() => { cards: Cards.find({}).fetch(), ready : handle.ready() && handle2.ready() }; -})(GameRoom); \ No newline at end of file +})(GameRoom);