Skip to content

Commit

Permalink
remove not needed line
Browse files Browse the repository at this point in the history
Signed-off-by: Qin <[email protected]>
  • Loading branch information
ArwenQin committed Nov 25, 2024
1 parent 44b4449 commit c64a565
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c64a565

Please sign in to comment.