From c64a565889a8d397dfa711bcb79cd77f7130cce4 Mon Sep 17 00:00:00 2001 From: Qin Date: Mon, 25 Nov 2024 09:09:15 -0800 Subject: [PATCH] remove not needed line Signed-off-by: Qin --- src/App.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 788ae2ce..c8313a2e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -482,8 +482,6 @@ export default class App extends Mixins(CommonMixin, DateMixin, FilingTemplateMi get filingLabel (): string { // special case for firm dissolutions if (this.isEntityFirm && this.isDissolutionFiling) return 'Dissolution' - // special case for continuation in authorizations - if (this.isContinuationInAuthorization) return 'Continuation Authorization' // otherwise, no special label return null }