From 3a5cb7e3708d4e6319cb9c0a28e529cf14f29369 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 11 Dec 2024 14:31:48 -0600 Subject: [PATCH] Remove hack --- src/screens/Profile/ProfileFeed/index.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/screens/Profile/ProfileFeed/index.tsx b/src/screens/Profile/ProfileFeed/index.tsx index 2cdd33a0b3..7d48b5ac15 100644 --- a/src/screens/Profile/ProfileFeed/index.tsx +++ b/src/screens/Profile/ProfileFeed/index.tsx @@ -1,5 +1,5 @@ import React, {useCallback, useMemo} from 'react' -import {Dimensions, StyleSheet, View} from 'react-native' +import {StyleSheet, View} from 'react-native' import {useAnimatedRef} from 'react-native-reanimated' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' @@ -160,12 +160,7 @@ export function ProfileFeedScreenInner({ }, [_]) return ( - + <> @@ -204,7 +199,7 @@ export function ProfileFeedScreenInner({ accessibilityHint="" /> )} - + ) }