diff --git a/src/components/music/MusicPlaylistsTab.tsx b/src/components/music/MusicPlaylistsTab.tsx index a824ec8c..d6bbc53c 100644 --- a/src/components/music/MusicPlaylistsTab.tsx +++ b/src/components/music/MusicPlaylistsTab.tsx @@ -115,7 +115,7 @@ export function MusicPlaylistsTab() { {/* Playlist grid */} {showSkeleton ? (
-
+
{Array.from({ length: 6 }).map((_, i) => ( ))} @@ -123,7 +123,7 @@ export function MusicPlaylistsTab() {
) : filtered.length > 0 ? (
-
+
{filtered.map((ev) => ( ))}