chore: drop extra tags
This commit is contained in:
parent
b505a19b34
commit
ae2ed3f737
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const formatData = (data) => {
|
||||||
description+= `<li>${artist['name']} @ ${artist['plays']} • ${artist['genre']}</li>`
|
description+= `<li>${artist['name']} @ ${artist['plays']} • ${artist['genre']}</li>`
|
||||||
if (index !== data.length - 1) content += ', '
|
if (index !== data.length - 1) content += ', '
|
||||||
})
|
})
|
||||||
description += '</ul><br/><br/>'
|
description += '</ul>'
|
||||||
return { content, description }
|
return { content, description }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue