modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 16:29:57 +02:00
parent 08516b73ba
commit a50efc5181

View File

@ -65,7 +65,9 @@
this.song_style = "isActivate";
this.state.search = "songs";
}
if(old_search != this.state.search){this.list();}
if(old_search != this.state.search) {
this.list();
}
this.update();
},
async list(){