mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 12:05:53 +00:00
fix: lint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user