diff --git a/src/MusicList.js b/src/MusicList.js index 32f6d744799299347f15b22258598f6e37308e0c..99ed10521d871d5c282fabe122ddc7f383a78b6a 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)}>