Skip to content

Commit

Permalink
fix: missing address label
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 authored and libruce committed Mar 19, 2024
1 parent ae53e24 commit 72a680d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ function AddressForm(
fieldId: string
default: string
}) => {
element.label = b3Lang(element.idLang)
element.label = b3Lang(element.idLang) || element.label

if (!isB2BUser && element.fieldId === 'field_21') {
element.default = ''
Expand Down

0 comments on commit 72a680d

Please sign in to comment.