Fixing track wrapper; Responsive artist disc size

This commit is contained in:
James Barnsley
2017-02-12 17:47:21 +13:00
parent c478c9c615
commit 758c7d216f
6 changed files with 18 additions and 9 deletions

View File

@ -84,7 +84,6 @@ class SpotifyAuthenticationFrame extends React.Component{
}
renderRefreshButton(){
console.log(typeof(window._testMode));
if( !this.props.authorized || !window._testMode) return null;
if( this.props.refreshing_token ){