diff --git a/frontend/src/pages/OperatorPage.tsx b/frontend/src/pages/OperatorPage.tsx index 541b11d..63d8071 100644 --- a/frontend/src/pages/OperatorPage.tsx +++ b/frontend/src/pages/OperatorPage.tsx @@ -577,10 +577,6 @@ export function OperatorPage() { aria-labelledby={`player-${memberId}-toggle`} >
-
-

Clip library

- Pinned clips stay at the top -
-

Debug

- Show raw lineup data + Debug: Show raw lineup data
                             {JSON.stringify(
                               {
@@ -659,11 +654,11 @@ function LibraryClips({
   });
 
   if (fallbackClipsQuery.isLoading) {
-    return 
Loading library clips...
; + return
Loading walkup clips...
; } if (!fallbackClipsQuery.data?.length) { - return
No library clips available for this player.
; + return
No walkup clips available for this player.
; } const clips = [...fallbackClipsQuery.data].sort((a, b) => {