From 52394b9cac9b8e4ea27873cbba092073a0485bd5 Mon Sep 17 00:00:00 2001
From: NaHyun22 <nhle0217@ajou.ac.kr>
Date: Sun, 6 Aug 2023 12:16:05 +0900
Subject: [PATCH] =?UTF-8?q?=EC=95=A8=EB=B2=94=20=EC=9D=B4=EB=A6=84?=
 =?UTF-8?q?=EA=B9=8C=EC=A7=80=20=EB=8B=A4=20=EB=82=98=EC=98=A4=EA=B2=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/MusicList.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/MusicList.js b/src/MusicList.js
index 36a0031..39945a7 100644
--- a/src/MusicList.js
+++ b/src/MusicList.js
@@ -50,7 +50,7 @@ export default function MusicList({ list, onLike }) {
                     <Card sx={styles.card} key={item.collectionId}>
                         <CardContent>
                             <Typography variant="subtitle1"> {item.artistName} </Typography>
-                            <Typography variant="subtitle2"> {item.collectionCensoredName}</Typography>
+                            <Typography variant="subtitle2"> {item.collectionName}</Typography>
                         </CardContent>
                         <CardActions>
                             <IconButton onClick={toggleFavorite(item)}>
-- 
GitLab