-
- { this.props.spotify.artist.images ?
: null }
- { this.props.spotify.artist.images ?
: null }
-
{ this.props.spotify.artist.followers.total.toLocaleString() } followers
- { this.props.spotify.artist.related_artists ?
: null }
- { this.props.spotify.artist.tracks ?
: null }
- { this.props.spotify.artist_albums ?
: null }
+
+
+
+
{ this.props.spotify.artist.name }
+
{ this.props.spotify.artist.followers.total.toLocaleString() } followers
+
+
+
Top tracks
+ { this.props.spotify.artist.tracks ? : null }
+
+
+
Related artists
+ { this.props.spotify.artist.related_artists ?
: null }
+
+ { this.props.spotify.artist_albums ?
: null }
);
}
diff --git a/src/js/views/Queue.js b/src/js/views/Queue.js
index 9a2fc43e..91359b5b 100755
--- a/src/js/views/Queue.js
+++ b/src/js/views/Queue.js
@@ -7,7 +7,7 @@ import FontAwesome from 'react-fontawesome'
import TrackList from '../components/TrackList'
import Track from '../components/Track'
import Player from '../components/Player'
-import ArtistList from '../components/ArtistList'
+import ArtistSentence from '../components/ArtistSentence'
import AlbumLink from '../components/AlbumLink'
import Header from '../components/Header'
@@ -24,7 +24,7 @@ class Queue extends React.Component{
return (