Skip to content

Commit e736f58

Browse files
committed
Remove socialMediaName field from MemberProfileData type
1 parent e783eb8 commit e736f58

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

client/src/components/main/MemberProfile.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export type MemberProfileData = {
1717
pronouns?: string;
1818
profile_picture?: string;
1919
social_media?: {
20-
socialMediaName: string;
2120
link: string;
2221
socialMediaUserName: string;
2322
}[];

0 commit comments

Comments
 (0)