modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 16:23:08 +02:00
parent 65064043c3
commit 08516b73ba

View File

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