modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 15:53:46 +02:00
parent d7d514a9f3
commit 2607f69a7c

View File

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