Skip to content

Commit 8131b3f

Browse files
committed
fix: modifying education and experience in profiles page
1 parent 6f043bb commit 8131b3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/apps/profiles/src/member-profile/education-and-certifications/EducationAndCertifications.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const EducationAndCertifications: FC<EducationAndCertificationsProps> = (props:
4242

4343
const loading = tcaDataLoading || traitsLoading
4444

45-
console.log(memberEducationTraits, 'memberEducationTraitskhaskdasd ')
4645
const memberEducation: UserTrait[] | undefined
4746
= useMemo(() => memberEducationTraits?.[0]?.traits?.data, [memberEducationTraits])
4847

0 commit comments

Comments
 (0)