Skip to content

Commit

Permalink
update firm component
Browse files Browse the repository at this point in the history
Signed-off-by: Qin <[email protected]>
  • Loading branch information
ArwenQin committed Nov 14, 2024
1 parent 362b3f5 commit 4383a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/DissolutionFirm/DissolutionFirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
class="py-8 px-6"
:currentDate="getCurrentDate"
:certifiedBy="getCertifyState.certifiedBy"
:entityDisplay="getCompletingPartyStatement.entityDisplay || 'business'"
:entityDisplay="getCompletingPartyStatement.entityDisplay || 'firm'"
:isCertified="getCertifyState.valid"
:statements="getCompletingPartyStatement.certifyStatements"
:message="getCompletingPartyStatement.certifyClause"
Expand Down

0 comments on commit 4383a96

Please sign in to comment.