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 ? (