Skip to content

Commit

Permalink
Remove whole code based on mentor text from mentee application
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjana0823 committed Sep 29, 2024
1 parent daa1562 commit 140ae88
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/pages/MenteeRegistration/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,14 +326,6 @@ const MenteeRegistration: React.FC = () => {
{currentStep === 2 && (
<>
<div className="text-xl font-medium mb-2">Mentee Application</div>
<div className="mb-4">
<p>
{isMentorLoading &&
`${mentor?.application?.firstName ?? ''} ${
mentor?.application?.lastName ?? ''
}`}
</p>
</div>
<FormInput
type="text"
placeholder=""
Expand Down

0 comments on commit 140ae88

Please sign in to comment.