From 5b8631d1887a08aa746a2b832688873e8ce3b1f2 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 10 Sep 2025 18:49:04 +0300 Subject: Fix profile lists/feeds/starterpacks tabs position issue (#8935) --- src/screens/Profile/Sections/Labels.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/screens/Profile/Sections/Labels.tsx') diff --git a/src/screens/Profile/Sections/Labels.tsx b/src/screens/Profile/Sections/Labels.tsx index 669a5dbcc..120fb8225 100644 --- a/src/screens/Profile/Sections/Labels.tsx +++ b/src/screens/Profile/Sections/Labels.tsx @@ -33,6 +33,7 @@ interface LabelsSectionProps { isFocused: boolean setScrollViewTag: (tag: number | null) => void } + export function ProfileLabelsSection({ ref, isLabelerLoading, -- cgit 1.4.1