Fix bug where answers were locked for questions which
Compare changes
- Max Rüdiger authored
@@ -39,7 +39,8 @@ const AnswerSingle = ({ variant, activeSlide, competitionId }: AnswerSingleProps
@@ -39,7 +39,8 @@ const AnswerSingle = ({ variant, activeSlide, competitionId }: AnswerSingleProps
const answerId = team?.question_answers.find((answer) => answer.question_id === activeSlide?.questions[0].id)?.id
const teamAnswer = team?.question_answers.find((answer) => answer.answer === alternative.text)?.answer
@@ -48,8 +49,9 @@ const AnswerSingle = ({ variant, activeSlide, competitionId }: AnswerSingleProps
@@ -48,8 +49,9 @@ const AnswerSingle = ({ variant, activeSlide, competitionId }: AnswerSingleProps