Skip to content
Snippets Groups Projects
Commit ae9d4641 authored by HyunjinNoh's avatar HyunjinNoh
Browse files

오타 수정

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