Skip to content

Commit

Permalink
24779 - fix 'unknown' reason for historical business
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpeinanw committed Jan 15, 2025
1 parent 4f5d4db commit 286853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bcros/businessDetails/Status.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
Expand Down

0 comments on commit 286853c

Please sign in to comment.