Skip to content

Commit

Permalink
fix(fe:FSADT1-1537): adding missing relation to LL (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia authored Oct 8, 2024
1 parent 550c941 commit 61fb349
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/helpers/DataConverters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const retrieveClientType = (legalType: string): string => {
return "RSP";
case "GP":
return "P";
case "LL":
case "LP":
case "XL":
case "XP":
Expand Down Expand Up @@ -51,6 +52,8 @@ export const retrieveLegalTypeDesc = (legalType: string): string => {
return "General Partnership";
case "LIC":
return "Licensed (Extra-Pro)";
case "LL":
return "Limited Liability Partnership";
case "LP":
return "Limited Partnership";
case "S":
Expand Down

0 comments on commit 61fb349

Please sign in to comment.