Skip to content

Commit 783f9b9

Browse files
committed
Removed technologies
1 parent daaf4af commit 783f9b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/MentorDashbord/Mentees/MenteeList.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ function MenteeList({ mentees, userData, history, getUserMenteesProfileApi }) {
4949
if (
5050
!city ||
5151
!country ||
52-
!phoneNumber ||
53-
technologies.length <= 0
52+
!phoneNumber
5453
) {
5554
// return
5655
history.push({

0 commit comments

Comments
 (0)