diff options
author | brian-tagg <83606050+brian-tagg@users.noreply.github.com> | 2021-05-12 21:32:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 21:32:58 -0700 |
commit | c9a4810a873c6cccb94a1c7761486343258527ea (patch) | |
tree | 57007e2fc57370608dee21cff0ff1d3093bdcd79 /src | |
parent | 853bd0600e0da87af578c17ce9249e40888017b5 (diff) |
Update src/components/profile/Cover.tsx
Co-authored-by: Ivan Chen <ivan.if.chen@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/components/profile/Cover.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/Cover.tsx b/src/components/profile/Cover.tsx index 711eeb46..82231417 100644 --- a/src/components/profile/Cover.tsx +++ b/src/components/profile/Cover.tsx @@ -81,7 +81,7 @@ const Cover: React.FC<CoverProps> = ({userXId, screenType}) => { ); } else { return ( - <View style={[styles.container]}> + <View style={styles.container}> <Image style={styles.image} defaultSource={require('../../assets/images/cover-placeholder.png')} |