diff --git a/src/components/bcros/businessDetails/Status.vue b/src/components/bcros/businessDetails/Status.vue index e2b7180..84f7286 100644 --- a/src/components/bcros/businessDetails/Status.vue +++ b/src/components/bcros/businessDetails/Status.vue @@ -72,7 +72,7 @@ const getReasonText = computed(() => { } else { reason = t(`filing.name.${filingType}`) if (reason === `filing.name.${filingType}`) { - reason = t('filing.name.unknown`)') + reason = t('filing.name.unknown') } } return `${reason} ${enDash} ${date}`