aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/ProfileHeader.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-01-22 18:31:55 -0500
committerIvan Chen <ivan@tagg.id>2021-01-22 18:31:55 -0500
commitcf420db54deb32be1e6bc4092eef105cc23d93e4 (patch)
treec6e371773d785436b2253e5821e0063ad1f58541 /src/components/profile/ProfileHeader.tsx
parentd31f8c3ad157f4637a37ce83ee16bdba048126f8 (diff)
fixed merge issue and addressed review
Diffstat (limited to 'src/components/profile/ProfileHeader.tsx')
-rw-r--r--src/components/profile/ProfileHeader.tsx9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/components/profile/ProfileHeader.tsx b/src/components/profile/ProfileHeader.tsx
index 7fc90257..7dad2a68 100644
--- a/src/components/profile/ProfileHeader.tsx
+++ b/src/components/profile/ProfileHeader.tsx
@@ -58,13 +58,8 @@ const ProfileHeader: React.FC<ProfileHeaderProps> = ({
</View>
)}
<View style={styles.friendsAndUniversity}>
- <FriendsCount
- style={styles.friends}
- screenType={screenType}
- userXId={userXId}
- />
+ <FriendsCount screenType={screenType} userXId={userXId} />
<UniversityIcon
- style={styles.university}
university="brown"
university_class={university_class}
/>
@@ -101,8 +96,6 @@ const styles = StyleSheet.create({
fontWeight: '500',
alignSelf: 'center',
},
- friends: {},
- university: {},
friendsAndUniversity: {
flexDirection: 'row',
alignItems: 'center',