diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-18 13:00:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 13:00:14 -0400 |
commit | c8487348e1026a3a2c1a147d3eefe3ee0cc6528c (patch) | |
tree | 72061e400748adce01ad90b2b5943e135fa25323 /src/components/profile/ProfileHeader.tsx | |
parent | efc84a7a5af59bcaf219d2ecb6767a3b29d01fae (diff) | |
parent | 4aca9fc0916240ce5e4284d625f240998db17bff (diff) |
Merge pull request #429 from brian-tagg/tma844-bugfix-plus-sign
[TMA-844] Plus sign for profile and header in profile
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 db5308b9..2241899d 100644 --- a/src/components/profile/ProfileHeader.tsx +++ b/src/components/profile/ProfileHeader.tsx @@ -111,6 +111,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}> |