diff --git a/src/js/views/Artist.js b/src/js/views/Artist.js index 55595afd..34038f81 100755 --- a/src/js/views/Artist.js +++ b/src/js/views/Artist.js @@ -150,7 +150,7 @@ class Artist extends React.Component{
- {this.props.artist.images_additional ?
: null} + {this.props.artist.images_additional ?
: null} {this.props.artist.followers ?
{this.props.artist.followers.total.toLocaleString() } followers
: null} {this.props.artist.popularity ?
{this.props.artist.popularity }% popularity
: null} {this.props.artist.listeners ?
{ this.props.artist.listeners.toLocaleString() } listeners
: null }