aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/profile/Cover.tsx2
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')}