Skip to content

Commit

Permalink
fix: b2c to b2b info label issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlLiu2023 committed Aug 29, 2023
1 parent 9ea7b21 commit 8b2c2af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/storefront/src/pages/registered/RegisteredBCToB2B.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -627,12 +627,14 @@ export default function RegisteredBCToB2B(props: RegisteredProps) {
>
<InformationFourLabels>
{bcTob2bAddressBasicFields?.length
? bcTob2bAddressBasicFields[0]?.groupName
? manipulateString(
bcTob2bAddressBasicFields[0]?.groupName
)
: ''}
</InformationFourLabels>

<B3CustomForm
formFields={bcTob2bAddressBasicFields}
formFields={convertLabel(bcTob2bAddressBasicFields)}
errors={errors}
control={control}
getValues={getValues}
Expand Down

0 comments on commit 8b2c2af

Please sign in to comment.