From de98fe1cdcf09d614c8c402b23ecdd9ceb8d8683 Mon Sep 17 00:00:00 2001 From: Fauvet Matthis Date: Fri, 21 Jun 2024 16:37:10 +0200 Subject: [PATCH] modified code --- onzer.riot | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/onzer.riot b/onzer.riot index 2537cda..47c6509 100644 --- a/onzer.riot +++ b/onzer.riot @@ -34,8 +34,8 @@ search: "albums" }; //console.log(this.state.items); - this.album_style = "isActivate"; this.paintButton(); + this.album_style = "isActivate"; this.update(); }, onMounted(){ @@ -90,18 +90,18 @@ }