about summary refs log tree commit diff
path: root/src/screens/Profile/ProfileFollows.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/Profile/ProfileFollows.tsx')
-rw-r--r--src/screens/Profile/ProfileFollows.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/screens/Profile/ProfileFollows.tsx b/src/screens/Profile/ProfileFollows.tsx
index a0b612795..97a05d5cf 100644
--- a/src/screens/Profile/ProfileFollows.tsx
+++ b/src/screens/Profile/ProfileFollows.tsx
@@ -48,9 +48,7 @@ export const ProfileFollowsScreen = ({route}: Props) => {
         </Layout.Header.Content>
         <Layout.Header.Slot />
       </Layout.Header.Outer>
-      <Layout.Center>
-        <ProfileFollowsComponent name={name} />
-      </Layout.Center>
+      <ProfileFollowsComponent name={name} />
     </Layout.Screen>
   )
 }