fix: lint

This commit is contained in:
Calum H. (IMB11)
2026-08-04 19:36:35 +01:00
parent 50fa5af63b
commit 986a40edfc
30 changed files with 44 additions and 957 deletions
@@ -131,6 +131,8 @@ const headerLabel = computed(() => {
case 'unknown':
return formatMessage(messages.preparingHeader)
}
return formatMessage(messages.preparingHeader)
})
const descriptionIndex = ref(0)
@@ -155,9 +157,7 @@ const descriptionLabel = computed(() => {
}
})
const errorLabel = computed(
() => installation.value?.error ?? formatMessage(messages.unknownError),
)
const errorLabel = computed(() => installation.value?.error ?? formatMessage(messages.unknownError))
const progressValue = computed(() => {
const current = installation.value