diff --git a/index.html b/index.html index 5b005c51..63ae9c9b 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,7 @@ />
- {mentee.application.university} +
+
{mentor.application.position}
-- {mentor.application.institution} +
+
+
Available Mentee Slots
++ {mentor?.application?.noOfMentees && mentor.mentees + ? availableSlots + : 0} +
+Applications Received
++ {mentor?.mentees && + mentor.mentees.some( + (mentee) => mentee.state === ApplicationStatus.APPROVED + ) + ? totalApplications + : 0} +
+