diff --git a/SurveyFrontend/src/components/AnswerOption/AnswerOption.tsx b/SurveyFrontend/src/components/AnswerOption/AnswerOption.tsx index add22fe..639d027 100644 --- a/SurveyFrontend/src/components/AnswerOption/AnswerOption.tsx +++ b/SurveyFrontend/src/components/AnswerOption/AnswerOption.tsx @@ -10,7 +10,6 @@ interface AnswerOptionProps{ onChange: (value: string) => void; onDelete:(index: number) => void; selectedType: 'single' | 'multiply'; - // isSelected: boolean; toggleSelect: () => void; }