fix: visiting account view no longer fetches /lists

This commit is contained in:
2026-09-01 17:25:39 +02:00
parent 20a000319d
commit c0dc4a2fe0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const versionError = ref('')
const isLoadingVersion = ref(false)
onMounted(() => {
listsStore.loadLists()
listsStore.ensureLoaded()
loadVersion()
})