about summary refs log tree commit diff
path: root/src/screens/Profile/Sections/Labels.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-09-10 18:49:04 +0300
committerGitHub <noreply@github.com>2025-09-10 18:49:04 +0300
commit5b8631d1887a08aa746a2b832688873e8ce3b1f2 (patch)
tree6b916e84a2905e5db59925c62628ffb9e2e889cf /src/screens/Profile/Sections/Labels.tsx
parent5be753ecdfaf486c5d01d90c34008a1f5f275f00 (diff)
downloadvoidsky-5b8631d1887a08aa746a2b832688873e8ce3b1f2.tar.zst
Fix profile lists/feeds/starterpacks tabs position issue (#8935)
Diffstat (limited to 'src/screens/Profile/Sections/Labels.tsx')
-rw-r--r--src/screens/Profile/Sections/Labels.tsx1
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,