From 5ef7586072cf4a4c3975d9fa474bd5e448311218 Mon Sep 17 00:00:00 2001 From: Anjula Shanaka Date: Fri, 6 Aug 2021 16:57:28 +0530 Subject: [PATCH 1/4] Change the required message in mentor application (#231) --- .../Home/components/AddProgram/index.tsx | 27 ++++++++++++++++--- .../scenes/EditMentorApplication/index.tsx | 11 +++++--- .../Home/scenes/MentorApplication/index.tsx | 9 +++++-- 3 files changed, 38 insertions(+), 9 deletions(-) diff --git a/src/scenes/Home/components/AddProgram/index.tsx b/src/scenes/Home/components/AddProgram/index.tsx index 36bf41a..9e18600 100644 --- a/src/scenes/Home/components/AddProgram/index.tsx +++ b/src/scenes/Home/components/AddProgram/index.tsx @@ -86,27 +86,46 @@ function AddProgram() { onFinish={addProgram} form={form} > - + diff --git a/src/scenes/Home/scenes/EditMentorApplication/index.tsx b/src/scenes/Home/scenes/EditMentorApplication/index.tsx index 933b4f5..3c51ad7 100644 --- a/src/scenes/Home/scenes/EditMentorApplication/index.tsx +++ b/src/scenes/Home/scenes/EditMentorApplication/index.tsx @@ -126,15 +126,20 @@ function MentorApplication() { {responses.length > 0 && responses.map( (question: QuestionResponse, index: number) => ( - + {index + 1}.{question.question.question}