From 809b57af44a924b018dce8f8c13303595e6ee450 Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 22 Mar 2026 19:40:28 -0700 Subject: [PATCH] style: format stats library tab --- stats/src/components/library/LibraryTab.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/stats/src/components/library/LibraryTab.tsx b/stats/src/components/library/LibraryTab.tsx index 95b7514..2242e50 100644 --- a/stats/src/components/library/LibraryTab.tsx +++ b/stats/src/components/library/LibraryTab.tsx @@ -34,12 +34,7 @@ export function LibraryTab({ onNavigateToSession }: LibraryTabProps) { const totalMs = media.reduce((sum, m) => sum + m.totalActiveMs, 0); if (selectedVideoId !== null) { - return ( - setSelectedVideoId(null)} - /> - ); + return setSelectedVideoId(null)} />; } if (loading) return
Loading...
; @@ -89,7 +84,9 @@ export function LibraryTab({ onNavigateToSession }: LibraryTabProps) { {group.title} ) : ( -

{group.title}

+

+ {group.title} +

)} {group.subtitle ? (