Skip to content

Commit

Permalink
Fix modal for multiselect and true or false
Browse files Browse the repository at this point in the history
  • Loading branch information
HansGabriel committed Dec 7, 2023
1 parent accc117 commit d508fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/expo/src/screens/play-test/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,8 @@ export const PlayTestScreen: FC<RootStackScreenProps<"PlayTest">> = ({
const errorResult = getErrorMessage("times-up");
setErrorMessage(errorResult);
}
showUpperBar();
setIsDone(true);
setQuestionHistories((prevQuestionHistories) => {
const mappedChoices = choices.map((choice) => ({
text: choice.text ?? "",
Expand Down

0 comments on commit d508fa8

Please sign in to comment.