Skip to content

Commit

Permalink
Fixing type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Aug 17, 2023
1 parent 80f6e1e commit 7af327e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/quest/[questPage].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ const QuestPage: NextPage = () => {
: ""
}
setShowQuiz={setShowQuiz}
quizName={task.quiz_name}
quizName={task.quiz_name || undefined}
issuer={{
name: quest.issuer,
logoFavicon: quest.logo,
Expand Down

0 comments on commit 7af327e

Please sign in to comment.