chore: formatting

This commit is contained in:
Björn
2025-10-06 21:22:47 +02:00
parent 67b8efd8f3
commit 9f435fd423
+1 -1
View File
@@ -86,7 +86,7 @@ export const useHostAppStore = defineStore('hostAppStore', () => {
if (!latestAvailableVersion.value?.Number || !connectorVersion.value) return true
return connectorVersion.value === latestAvailableVersion.value.Number
})
const setHostAppError = (error: Nullable<HostAppError>) => {
hostAppError.value = error
}