Skip to content

Commit

Permalink
Fixed first game
Browse files Browse the repository at this point in the history
  • Loading branch information
alegarman2002 committed Apr 29, 2024
1 parent a57bfab commit 9d75f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/FirstGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const previousBackgroundColor = '#1a1a1a'
const Quiz = () => {

const navigator = useNavigate();
let allQuestions = allQuestions = useLocation().state.questions;
let allQuestions = useLocation().state.questions;
let haveEnter = false;
let id = useLocation().state.gameId;
console.log(id)
Expand Down

0 comments on commit 9d75f78

Please sign in to comment.