fix(frontend): Remove $t redeclaration

This commit is contained in:
2025-11-23 09:11:19 +01:00
parent bf9993399c
commit 287302bd0e

View File

@@ -155,8 +155,6 @@ function getStatusColor(status: ApplicationFormStatus) {
}
}
const { t: $t } = useI18n()
function getStatusLabel(status: ApplicationFormStatus): string {
switch (status) {
case 'DRAFT':