From e79879064feb24b7736f79d16280f686e92e6a75 Mon Sep 17 00:00:00 2001 From: plla2 Date: Wed, 23 Apr 2025 13:27:29 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EC=B6=94=EA=B0=80=EC=A7=88=EB=AC=B8=20?= =?UTF-8?q?=EC=9D=B8=EB=8D=B1=EC=8B=B1=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/feature/Survey/Take/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/feature/Survey/Take/index.tsx b/src/components/feature/Survey/Take/index.tsx index 3b757138..a32ac522 100644 --- a/src/components/feature/Survey/Take/index.tsx +++ b/src/components/feature/Survey/Take/index.tsx @@ -226,7 +226,7 @@ const SurveyTake = ({ id }: Props) => { className='flex w-full flex-col gap-4' >
  • - {idx + 1}. + {idx + 9}. {question.questionText}
  • {question.answerType === 'text' && (