diff --git a/README.md b/README.md index 45a6cba0..5cefc0da 100755 --- a/README.md +++ b/README.md @@ -61,5 +61,5 @@ Support ------- * [Releases and changelog](https://github.com/jaedb/iris/releases) -* [Issues and requests](https://github.com/jaedb/iris/issues) +* [Issues and requests](https://github.com/jaedb/Iris/wiki/Logging-an-issue) 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)} />