Skip to content
Snippets Groups Projects
Commit 52394b9c authored by nahyun's avatar nahyun
Browse files

앨범 이름까지 다 나오게

parent fa4776e6
No related branches found
No related tags found
No related merge requests found
Pipeline #8506 passed
...@@ -50,7 +50,7 @@ export default function MusicList({ list, onLike }) { ...@@ -50,7 +50,7 @@ export default function MusicList({ list, onLike }) {
<Card sx={styles.card} key={item.collectionId}> <Card sx={styles.card} key={item.collectionId}>
<CardContent> <CardContent>
<Typography variant="subtitle1"> {item.artistName} </Typography> <Typography variant="subtitle1"> {item.artistName} </Typography>
<Typography variant="subtitle2"> {item.collectionCensoredName}</Typography> <Typography variant="subtitle2"> {item.collectionName}</Typography>
</CardContent> </CardContent>
<CardActions> <CardActions>
<IconButton onClick={toggleFavorite(item)}> <IconButton onClick={toggleFavorite(item)}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment