diff --git a/src/_data/weeklyArtistChart.js b/src/_data/weeklyArtistChart.js index 4520c0d7..7b33b5b2 100644 --- a/src/_data/weeklyArtistChart.js +++ b/src/_data/weeklyArtistChart.js @@ -30,7 +30,7 @@ const formatData = (data) => { description+= `
  • ${artist['name']} @ ${artist['plays']} • ${artist['genre']}
  • ` if (index !== data.length - 1) content += ', ' }) - description += '

    ' + description += '' return { content, description } }