1
0
forked from PGL/Clyde

je sais vraiment pas ce que j'ai ajouté mais amélioration jt'e jure

This commit is contained in:
2024-04-21 17:42:29 +02:00
parent 70bec1a934
commit f14d41f04d
7 changed files with 9 additions and 7 deletions

View File

@ -15,7 +15,7 @@ window.onhashchange = function() {
}
const Logged = ref(isLogged());
if(Logged){
if(Logged.value){
fetchNotifications();
}