From f4ce9e22e8650651b42969dad3bcf87d3ffe34e7 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 7 Feb 2024 20:16:37 -0600 Subject: [PATCH] Fix scroll view --- src/screens/ProfileModerationService/ErrorState.tsx | 4 ++-- src/screens/ProfileModerationService/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/screens/ProfileModerationService/ErrorState.tsx b/src/screens/ProfileModerationService/ErrorState.tsx index b421d20c36..e3d02235af 100644 --- a/src/screens/ProfileModerationService/ErrorState.tsx +++ b/src/screens/ProfileModerationService/ErrorState.tsx @@ -24,7 +24,7 @@ export function ErrorState({error}: {error: string}) { }, [navigation]) return ( - <> + @@ -67,6 +67,6 @@ export function ErrorState({error}: {error: string}) { - + ) } diff --git a/src/screens/ProfileModerationService/index.tsx b/src/screens/ProfileModerationService/index.tsx index 1283d7d0af..ec7339d672 100644 --- a/src/screens/ProfileModerationService/index.tsx +++ b/src/screens/ProfileModerationService/index.tsx @@ -60,7 +60,6 @@ export function ProfileModserviceScreen(