diff --git a/frontend/src/components/Playlists.tsx b/frontend/src/components/Playlists.tsx index d9264fc..e52f3c9 100644 --- a/frontend/src/components/Playlists.tsx +++ b/frontend/src/components/Playlists.tsx @@ -236,7 +236,7 @@ export default function Playlists() {
- {!detail ? ( + {selectedId == null || !detail ? (
{selectedId == null ? t("playlists.pickOne") : t("playlists.loading")}