From 6f4556d4798cb97c0e7f8f521559d4b12f4f88f1 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sun, 10 Mar 2024 12:35:16 -0500 Subject: [PATCH] Cleanup --- src/screens/Profile/ProfileLabelerLikedBy.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/screens/Profile/ProfileLabelerLikedBy.tsx b/src/screens/Profile/ProfileLabelerLikedBy.tsx index 6ea5d580ac..0b13139f9a 100644 --- a/src/screens/Profile/ProfileLabelerLikedBy.tsx +++ b/src/screens/Profile/ProfileLabelerLikedBy.tsx @@ -6,7 +6,7 @@ import {useFocusEffect} from '@react-navigation/native' import {NativeStackScreenProps, CommonNavigatorParams} from '#/lib/routes/types' import {ViewHeader} from '#/view/com/util/ViewHeader' -import {LikedByList as PostLikedByComponent} from '#/components/LikedByList' +import {LikedByList} from '#/components/LikedByList' import {useSetMinimalShellMode} from '#/state/shell' import {makeRecordUri} from '#/lib/strings/url-helpers' @@ -43,8 +43,8 @@ export function ProfileLabelerLikedByScreen({ }, ], ]}> - - + + ) }