diff --git a/src/scenes/Home/scenes/RequestMentors/scenes/MenteeApplication/index.tsx b/src/scenes/Home/scenes/RequestMentors/scenes/MenteeApplication/index.tsx index 40c80d7..d9ef10b 100644 --- a/src/scenes/Home/scenes/RequestMentors/scenes/MenteeApplication/index.tsx +++ b/src/scenes/Home/scenes/RequestMentors/scenes/MenteeApplication/index.tsx @@ -136,19 +136,19 @@ function MenteeApplication() { - + - {mentor.profile.firstName} {mentor.profile.lastName} + {mentor?.profile.firstName} {mentor?.profile.lastName} - {mentor.profile.headline} + {mentor?.profile.headline}
- + - {''} {mentor.profile.firstName}'s LinkedIn profile + {''} {mentor?.profile.firstName}'s LinkedIn profile