From 1dd1465c6743484250d09959f095d54c1e405c10 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 11 Dec 2024 21:31:27 +0000 Subject: [PATCH] rm unnecessary layout.center --- src/screens/Profile/ProfileFollowers.tsx | 4 +--- src/screens/Profile/ProfileFollows.tsx | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/screens/Profile/ProfileFollowers.tsx b/src/screens/Profile/ProfileFollowers.tsx index 25c2adb186..64292d20e6 100644 --- a/src/screens/Profile/ProfileFollowers.tsx +++ b/src/screens/Profile/ProfileFollowers.tsx @@ -48,9 +48,7 @@ export const ProfileFollowersScreen = ({route}: Props) => { - - - + ) } diff --git a/src/screens/Profile/ProfileFollows.tsx b/src/screens/Profile/ProfileFollows.tsx index a0b6127958..97a05d5cfd 100644 --- a/src/screens/Profile/ProfileFollows.tsx +++ b/src/screens/Profile/ProfileFollows.tsx @@ -48,9 +48,7 @@ export const ProfileFollowsScreen = ({route}: Props) => { - - - + ) }