From d34f794bada39efa3ee1a6dc773e65bb70506e80 Mon Sep 17 00:00:00 2001 From: SICout9010 <68893699+SICout9010@users.noreply.github.com> Date: Sun, 21 Jul 2024 16:11:40 +0700 Subject: [PATCH] fix: Add key prop to buttons in Game component and fix typo in SetLessons component --- app/game/page.tsx | 4 ++-- components/setLessons.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/game/page.tsx b/app/game/page.tsx index 820717f..b8c110e 100644 --- a/app/game/page.tsx +++ b/app/game/page.tsx @@ -26,8 +26,8 @@ function Game(): GameProps {

{currentQuiz.question}

- {currentQuiz.options.map((option) => ( -