diff --git a/src/js/views/Artist.js b/src/js/views/Artist.js index 80b2a5ca..55595afd 100755 --- a/src/js/views/Artist.js +++ b/src/js/views/Artist.js @@ -218,7 +218,7 @@ class Artist extends React.Component{

{this.props.artist ? this.props.artist.name : null}

- { can_play_radio ? : null} + { can_play_radio ? : } { can_follow ? : null} this.handleContextMenu(e)} />