Skip to content

Commit

Permalink
console log
Browse files Browse the repository at this point in the history
  • Loading branch information
gycgabriel committed Oct 31, 2023
1 parent e128f5b commit a861377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/room/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default function Room() {
if (fetchQuestion != null) {
question = fetchQuestion;
setQuestionId(question.id);
console.log(questionId);
}
});
}
Expand Down

0 comments on commit a861377

Please sign in to comment.