mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fix for empty list import (#459)
* Fix for empty list import * Flex on enable also
This commit is contained in:
committed by
GitHub
parent
03ca6a9f77
commit
bcd00aa93e
@@ -425,7 +425,7 @@ var Channel = {
|
||||
} else {
|
||||
Helper.log(["Spotify is not authenticated"]);
|
||||
Helper.css(".spotify_authenticated", "display", "none");
|
||||
Helper.css(".spotify_unauthenticated", "display", "block");
|
||||
Helper.css(".spotify_unauthenticated", "display", "flex");
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user