diff options
author | Brian Kim <brian@tagg.id> | 2021-05-14 19:33:03 -0700 |
---|---|---|
committer | Brian Kim <brian@tagg.id> | 2021-05-14 19:33:03 -0700 |
commit | 37b37f296a59aea43e73f615ae6cb042b2242e87 (patch) | |
tree | 843caf5c4c79ce41fa2a2837bf6075e4abed9533 /src/components/profile/ProfileHeader.tsx | |
parent | e884ad25b4f2358406eee8a2766890291538a518 (diff) |
Bug fixes
Diffstat (limited to 'src/components/profile/ProfileHeader.tsx')
-rw-r--r-- | src/components/profile/ProfileHeader.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/profile/ProfileHeader.tsx b/src/components/profile/ProfileHeader.tsx index 14f7dc71..f3bc8e4b 100644 --- a/src/components/profile/ProfileHeader.tsx +++ b/src/components/profile/ProfileHeader.tsx @@ -115,6 +115,7 @@ const ProfileHeader: React.FC<ProfileHeaderProps> = ({ style={styles.avatar} userXId={userXId} screenType={screenType} + editable={true} /> <View style={styles.header}> <Text style={styles.name} numberOfLines={2}> |