diff --git a/src/MusicList.js b/src/MusicList.js index 36a003129c7edf4f40b44971bb4e3cea8c9b2b43..39945a788a3d05433c6be16f755c9bc2eb46ac93 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)}>