diff options
Diffstat (limited to 'src/screens/Profile/Sections/Labels.tsx')
-rw-r--r-- | src/screens/Profile/Sections/Labels.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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, |