diff --git a/web/src/pages/SongPage.tsx b/web/src/pages/SongPage.tsx index 7241b16..a810dda 100644 --- a/web/src/pages/SongPage.tsx +++ b/web/src/pages/SongPage.tsx @@ -409,9 +409,7 @@ export function SongPage() { } }, []); - // ── Queue: other songs in the session ──────────────────────────────────── - const queueSongs = session?.songs?.filter((s) => s.id !== songId) ?? []; // ── Styles ──────────────────────────────────────────────────────────────── @@ -511,11 +509,11 @@ export function SongPage() { - {/* ── Body: waveform/queue | comments ────────────────────────────── */} -