"client/src/git@compmath.korea.ac.kr:students/eue.git" did not exist on "a3f2f757fa7575dc61812d6f51a5e1a0167bdbe7"
Commit b75f6008 authored by Yoon, Daeki's avatar Yoon, Daeki 😅
Browse files

key추가

parent e163db0c
...@@ -116,6 +116,7 @@ export const AnswerSurveyForm = () => { ...@@ -116,6 +116,7 @@ export const AnswerSurveyForm = () => {
{survey.questions.map((question, index) => { {survey.questions.map((question, index) => {
return ( return (
<AQuestion <AQuestion
key={question._id}
question={question} question={question}
answerQuestion={answerSurvey.current.questions[index]} answerQuestion={answerSurvey.current.questions[index]}
addFiles={addFiles} addFiles={addFiles}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment