aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/ProfileHeader.tsx
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-24 11:10:08 -0700
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-24 16:11:31 -0700
commit592cb776068b2f1daf90755e04b33cdeba2bb947 (patch)
treeb5b12a1029778de73f7b344f4520c767fd59b6f2 /src/components/profile/ProfileHeader.tsx
parent2222579eea6b2de8b093c9201100335067bd51eb (diff)
Bunch of Todos + icon updates
Diffstat (limited to 'src/components/profile/ProfileHeader.tsx')
-rw-r--r--src/components/profile/ProfileHeader.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/ProfileHeader.tsx b/src/components/profile/ProfileHeader.tsx
index 87eeb507..9d9a5cbd 100644
--- a/src/components/profile/ProfileHeader.tsx
+++ b/src/components/profile/ProfileHeader.tsx
@@ -60,7 +60,7 @@ const ProfileHeader: React.FC<ProfileHeaderProps> = ({
<View style={styles.friendsAndUniversity}>
<FriendsCount screenType={screenType} userXId={userXId} />
<UniversityIcon
- university="brown" //TODO: Change
+ university="brown" //TODO: Update for Cornell
university_class={university_class}
/>
</View>