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

오타 수정

parent 60fd9b8e
Branches
No related tags found
No related merge requests found
Checking pipeline status
......@@ -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)}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment