diff options
Diffstat (limited to 'src/view/screens/ProfileList.tsx')
-rw-r--r-- | src/view/screens/ProfileList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/ProfileList.tsx b/src/view/screens/ProfileList.tsx index e86a457b6..322f99486 100644 --- a/src/view/screens/ProfileList.tsx +++ b/src/view/screens/ProfileList.tsx @@ -23,7 +23,7 @@ import {s} from 'lib/styles' type Props = NativeStackScreenProps<CommonNavigatorParams, 'ProfileList'> export const ProfileListScreen = withAuthRequired( - observer(({route}: Props) => { + observer(function ProfileListScreenImpl({route}: Props) { const store = useStores() const navigation = useNavigation<NavigationProp>() const {isTabletOrDesktop} = useWebMediaQueries() |