diff --git a/mobile/bulingo/app/(tabs)/quizzes/quizCreationInfo.tsx b/mobile/bulingo/app/(tabs)/quizzes/quizCreationInfo.tsx index 59f60c02..0e77c3e3 100644 --- a/mobile/bulingo/app/(tabs)/quizzes/quizCreationInfo.tsx +++ b/mobile/bulingo/app/(tabs)/quizzes/quizCreationInfo.tsx @@ -116,9 +116,8 @@ const QuizCreationInfo = () => { {row.map((answer, colIndex) => { const answerIndex = rowIndex * 2 + colIndex; return ( - +