Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tshyun24 committed Nov 15, 2023
1 parent b03fa51 commit 2f9895d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/common/RegAddEditOrgPerson.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
<span v-if="isTypePartnership">
Add a Business as a Partner
</span>
<span v-else="isTypeSoleProp">
<span v-else>
Add a Business as the Proprietor
</span>
</span>
<span v-else>
<span v-if="isTypePartnership">
Edit a Business as a Partner
</span>
<span v-else="isTypeSoleProp">
<span v-else>
Edit a Business as the Proprietor
</span>
</span>
Expand Down Expand Up @@ -122,7 +122,7 @@
<template v-if="isTypeSoleProp">
<p>Enter an existing B.C. business as the proprietor.</p>
</template>
<template v-else="isTypePartnership">
<template v-else>
<p>Enter an existing B.C. business as a partner.</p>
</template>

Expand Down Expand Up @@ -153,7 +153,7 @@
@setBusiness="updateBusinessDetails($event)"
@undoBusiness="resetBusinessDetails()"
/>

<HelpContactUs class="mt-0.25" />
</article>
</template>
Expand Down Expand Up @@ -448,4 +448,4 @@ div.three-column {
margin-top: -2px;
}
}
</style>
</style>

0 comments on commit 2f9895d

Please sign in to comment.