From 72093a30bddcf8a0f3b71573b613e910d854a097 Mon Sep 17 00:00:00 2001 From: Anjula Shanaka Date: Fri, 30 Jul 2021 16:16:29 +0530 Subject: [PATCH] Use mentor question index in edit mentor application (#221) --- .../scenes/EditMentorApplication/index.tsx | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/src/scenes/Home/scenes/EditMentorApplication/index.tsx b/src/scenes/Home/scenes/EditMentorApplication/index.tsx index 754fa4b..904ea59 100644 --- a/src/scenes/Home/scenes/EditMentorApplication/index.tsx +++ b/src/scenes/Home/scenes/EditMentorApplication/index.tsx @@ -124,23 +124,24 @@ function MentorApplication() { form={form} > {responses.length > 0 && - responses.map((question: QuestionResponse) => ( - - - - {question.id.questionId}. - {question.question.question} - - -