|
@@ -5,7 +5,7 @@ import { useGameId } from '../domain/gameStore';
|
|
|
|
|
|
export default () => {
|
|
|
const gameId = useGameId();
|
|
|
- const [info, setInfo] = useState({ players: null });
|
|
|
+ const [info, setInfo] = useState({});
|
|
|
|
|
|
useEffect(() => {
|
|
|
// define how to fetch scores
|