fix(frontend): closes #693

This commit is contained in:
Dimitrie Stefanescu
2022-04-12 16:59:16 +01:00
parent f9331ccce4
commit 6926701ac8
@@ -154,7 +154,7 @@ export default {
user: {
query: MainUserDataQuery,
skip() {
!this.$loggedIn()
return !this.$loggedIn()
}
}
},