Skip to content

Commit

Permalink
Chore: FIXME comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dleclercpro committed Jun 10, 2024
1 parent 6c776c0 commit ff0a806
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Apps/Client/src/components/overlays/AnswerOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ const AnswerOverlay: React.FC = () => {
const currentVoteStatus = t('common:OVERLAYS.ANSWER.CURRENT_STATUS', { voteCount: regularPlayersVoteCount, playersCount: regularPlayersCount });
const text = t(question.answer.isCorrect ? 'OVERLAYS.ANSWER.RIGHT_ANSWER_TEXT' : 'OVERLAYS.ANSWER.WRONG_ANSWER_TEXT');



// FIXME: show answer when timer is up
let hideAnswer = true;
if (user.isAdmin) {
hideAnswer = correctAnswer === null;
Expand Down

0 comments on commit ff0a806

Please sign in to comment.