Skip to content

Commit

Permalink
fix: will practice law reivew text, always no
Browse files Browse the repository at this point in the history
  • Loading branch information
adidner authored and aadedejifearless committed Dec 17, 2024
1 parent 9c69cae commit b28f5f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion content/src/roadmaps/license-tasks/funeral-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ webflowId: 6761e527ee5119895f67bf4a
urlSlug: funeral-registration
name: Apply for Your Funeral Home’s Certificate of Registration
displayname: funeral-registration
webflowName: Funeral Services: Funeral Home Certificate of Registration
webflowName: >-
Funeral Services: Funeral Home Certificate of Registration
filename: funeral-registration
callToActionLink: https://www.njconsumeraffairs.gov/mor/Pages/applications.aspx
callToActionText: Apply for My Certificate of Registration
Expand Down
5 changes: 3 additions & 2 deletions content/src/roadmaps/license-tasks/professional-planner.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ webflowId: 6761e5278bbf7849854e3228
urlSlug: professional-planner
name: Apply for Your Professional Planner License
displayname: professional-planner
webflowName: Architecture and Urban Planning: Professional Planner License
webflowName: >-
Architecture and Urban Planning: Professional Planner License
filename: professional-planner
callToActionLink: https://www.njconsumeraffairs.gov/plan/Pages/applications.aspx
callToActionText: Apply for My Professional Planner License
callToActionText: Apply for My Professional Planner License
agencyId: nj-consumer-affairs
agencyAdditionalContext: State Board of Professional Planners
industryId: architecture
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const ReviewBusinessSuffixAndStartDate = (): ReactElement => {

const formattLawResponse = (willPracticeLaw: boolean | undefined): string | undefined => {
if (willPracticeLaw === true) {
return Config.formation.fields.willPracticeLaw.radioNoText;
return Config.formation.fields.willPracticeLaw.radioYesText;
} else if (willPracticeLaw === false) {
return Config.formation.fields.willPracticeLaw.radioNoText;
}
Expand Down

0 comments on commit b28f5f7

Please sign in to comment.