From 287302bd0e60236af57e82968ea5ac33f9f2c175 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Sun, 23 Nov 2025 09:11:19 +0100 Subject: [PATCH] fix(frontend): Remove $t redeclaration --- legalconsenthub/app/components/VersionHistory.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/legalconsenthub/app/components/VersionHistory.vue b/legalconsenthub/app/components/VersionHistory.vue index 165c1d6..8983626 100644 --- a/legalconsenthub/app/components/VersionHistory.vue +++ b/legalconsenthub/app/components/VersionHistory.vue @@ -155,8 +155,6 @@ function getStatusColor(status: ApplicationFormStatus) { } } -const { t: $t } = useI18n() - function getStatusLabel(status: ApplicationFormStatus): string { switch (status) { case 'DRAFT':