Skip to content

Commit

Permalink
Merge branch 'master' into fix-swap-question
Browse files Browse the repository at this point in the history
  • Loading branch information
chunweii authored Nov 12, 2023
2 parents f57edda + 0f83c36 commit 66fb4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/questions/[id]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Questions() {
if (!authIsReady || !questionId) {
console.log("auth not ready or questionId not found");
return;
};
}
if (currentUser) {
fetchQuestion(currentUser, questionId)
.then((question) => {
Expand Down

0 comments on commit 66fb4fc

Please sign in to comment.