Skip to content

Commit

Permalink
Updated incorporator label (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds authored Jul 7, 2021
1 parent ea48ba6 commit 5515ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddPeopleAndRoles/OrgPerson.vue
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ export default class OrgPerson extends Mixins(EntityFilterMixin, CommonMixin) {
}
private get incorporatorLabel (): string {
return this.entityFilter(CorpTypeCd.BENEFIT_COMPANY) ? RoleTypes.INCORPORATOR : RoleTypes.SUBSCRIBER
return this.entityFilter(CorpTypeCd.COOP) ? RoleTypes.SUBSCRIBER : RoleTypes.INCORPORATOR
}
// Event emitters
Expand Down

0 comments on commit 5515ff7

Please sign in to comment.