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':