From 951e03ce639aa5c3f46040e08141e73df802d155 Mon Sep 17 00:00:00 2001 From: Fauvet Matthis Date: Mon, 24 Jun 2024 22:34:48 +0200 Subject: [PATCH] removed if statement --- onzer.riot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/onzer.riot b/onzer.riot index b6f79bb..007f5c0 100644 --- a/onzer.riot +++ b/onzer.riot @@ -18,7 +18,7 @@ -
+

{ album.name }

@@ -68,7 +68,6 @@ this.update(); }, async fetchData(){ - console.log(this.state.filter); let data = await this.execQuery(this.state.search, this.state.filter, this.state.id); this.update({ items: data.results