modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 15:43:16 +02:00
parent a467f2b75e
commit ea9e95dee1

View File

@ -28,7 +28,7 @@
search: "albums"
};
console.log(caca);
console.log(this.state.items);
console.log(this.state.items.results);
this.album_style = "isActivate";
this.paintButton();
},