diff --git a/pages/settings/language.vue b/pages/settings/language.vue index f076dae310..72e8e93104 100644 --- a/pages/settings/language.vue +++ b/pages/settings/language.vue @@ -189,7 +189,7 @@ const $categories = computed(() => { } for (const categoryKey of [...categories.keys()]) { - if (categories.get(categoryKey)?.length === 0 ?? false) { + if (categories.get(categoryKey)?.length === 0) { categories.delete(categoryKey) } }