mirror of
https://github.com/FranP-code/spooky-spotify-showcase.git
synced 2025-10-13 00:02:36 +00:00
Toggle spookify state to false in Showcase component
This commit is contained in:
@@ -25,7 +25,7 @@ export function Showcase({
|
||||
// longTermTracksData
|
||||
// longTermTracksByAlbum
|
||||
}) {
|
||||
const [spookify, setSpookify] = useState(true);
|
||||
const [spookify, setSpookify] = useState(false);
|
||||
const [lastSpookyImageLoaded, setLastSpookyImageLoaded] = useState(0);
|
||||
|
||||
const albumsQuantity = Object.values(tracksByAlbum).length;
|
||||
|
||||
Reference in New Issue
Block a user