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="" /> )} - + ) }