From ca0386db94da4206fb29ad24cd1462cb9233fa37 Mon Sep 17 00:00:00 2001 From: Fauvet Matthis Date: Fri, 21 Jun 2024 16:08:07 +0200 Subject: [PATCH] modified code --- onzer.riot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/onzer.riot b/onzer.riot index 1c0aa69..fa1c58c 100644 --- a/onzer.riot +++ b/onzer.riot @@ -34,9 +34,10 @@ search: "albums" }; console.log(caca); - console.log(this.state.items); + console.log(this.state.items.results); this.album_style = "isActivate"; this.paintButton(); + this.update(); }, onMounted(){ this.paintButton();