Commit b75f6008 authored by Yoon, Daeki's avatar Yoon, Daeki 😅
Browse files

key추가

parent e163db0c
......@@ -116,6 +116,7 @@ export const AnswerSurveyForm = () => {
{survey.questions.map((question, index) => {
return (
<AQuestion
key={question._id}
question={question}
answerQuestion={answerSurvey.current.questions[index]}
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