From ae9d4641fab8be89be1f00ffed01440b6ccc28d3 Mon Sep 17 00:00:00 2001 From: Hyunjin <noh0605@ajou.ac.kr> Date: Sat, 15 Jul 2023 23:52:57 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= 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 32f6d74..99ed105 100644 --- a/src/MusicList.js +++ b/src/MusicList.js @@ -25,7 +25,7 @@ export default function MusicList ({list,likes, toggleFavorite}) { <Card sx={styles.card} key={item.collectionId}> <CardContent> <Typography varient = "subtitle1"> {item.artistName} </Typography> - <Typography variant = "subtitle2"> {item.colletcionCensoredName} </Typography> + <Typography variant = "subtitle2"> {item.collectionCensoredName} </Typography> </CardContent> <CardActions> <IconButton onClick = {() => toggleFavorite(item.collectionId, item.collectionCensoredName)}> -- GitLab