From 6958577680e4e90e8e61f7d4a1b6c9f42f859e1f Mon Sep 17 00:00:00 2001 From: niharika896 Date: Wed, 13 Aug 2025 18:09:03 +0530 Subject: [PATCH] creating conflict --- dtunes/src/components/Home.jsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dtunes/src/components/Home.jsx b/dtunes/src/components/Home.jsx index 59938d1..480b8ad 100644 --- a/dtunes/src/components/Home.jsx +++ b/dtunes/src/components/Home.jsx @@ -35,19 +35,6 @@ export default function Home({ setBgColor }) { } {/* DISPLAY OF PLAYLISTS: */} -
-

Playlists

-
- {/* liked songs: */} - - {/* All playlists */} - {playlistsData.map((ad) => { - if (ad.isPublic || !ad.isPublic && loggedIn && user.playlists.find(pId => pId === ad._id)) { - return - } - })} -
-
{/* DISPLAY OF SONGS: */}