From 21e0522d9c284a778467b43c3fb6101c90b1b24b Mon Sep 17 00:00:00 2001 From: Fauvet Matthis Date: Fri, 21 Jun 2024 18:02:03 +0200 Subject: [PATCH] modified code --- onzer.riot | 1 + 1 file changed, 1 insertion(+) diff --git a/onzer.riot b/onzer.riot index c35bc6c..9f963a0 100644 --- a/onzer.riot +++ b/onzer.riot @@ -63,6 +63,7 @@ this.song_style = "isActivate"; this.state.search = "songs"; } + console.log(this.state.search); this.fetchData() this.update(); },