diff --git a/app/(auth)/(tabs)/(home)/sessions/index.tsx b/app/(auth)/(tabs)/(home)/sessions/index.tsx index cd5e32a0..2474324a 100644 --- a/app/(auth)/(tabs)/(home)/sessions/index.tsx +++ b/app/(auth)/(tabs)/(home)/sessions/index.tsx @@ -258,7 +258,7 @@ const SessionCard = ({ session }: SessionCardProps) => { {/* Session controls */} - + { } > - + diff --git a/app/(auth)/(tabs)/(home,libraries,search,favorites)/persons/[personId].tsx b/app/(auth)/(tabs)/(home,libraries,search,favorites)/persons/[personId].tsx index f2f8dcaf..2e11bf4b 100644 --- a/app/(auth)/(tabs)/(home,libraries,search,favorites)/persons/[personId].tsx +++ b/app/(auth)/(tabs)/(home,libraries,search,favorites)/persons/[personId].tsx @@ -105,7 +105,7 @@ const page: React.FC = () => { /> } > - + diff --git a/app/login.tsx b/app/login.tsx index dc022d8e..59b3fbec 100644 --- a/app/login.tsx +++ b/app/login.tsx @@ -375,7 +375,7 @@ const Login: React.FC = () => { {api?.basePath ? ( - + {serverName ? ( <> diff --git a/components/common/HeaderBackButton.tsx b/components/common/HeaderBackButton.tsx index 3f75c83a..7f7f928b 100644 --- a/components/common/HeaderBackButton.tsx +++ b/components/common/HeaderBackButton.tsx @@ -26,7 +26,7 @@ export const HeaderBackButton: React.FC = ({ className='flex items-center justify-center w-9 h-9' {...touchableOpacityProps} > - + ); } diff --git a/components/jellyseerr/discover/Discover.tsx b/components/jellyseerr/discover/Discover.tsx index 67e5bf3c..841e733b 100644 --- a/components/jellyseerr/discover/Discover.tsx +++ b/components/jellyseerr/discover/Discover.tsx @@ -31,7 +31,7 @@ const Discover: React.FC = ({ sliders }) => { if (!hasSliders) return null; return ( - + {sortedSliders.map((slide) => { switch (slide.type) { case DiscoverSliderType.RECENT_REQUESTS: