Merged in fix/LOY-600-address (pull request #3518)
fix(LOY-600): remove 1 från address in edit profile * fix(LOY-600): remove 1 från address in edit profile Approved-by: Bianca Widstam Approved-by: Erik Tiekstra Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -68,10 +68,10 @@ export default function FormContent({ errors }: { errors: FieldErrors }) {
|
||||
/>
|
||||
<FormInput
|
||||
data-hj-suppress
|
||||
label={`${intl.formatMessage({
|
||||
label={intl.formatMessage({
|
||||
id: "common.address",
|
||||
defaultMessage: "Address",
|
||||
})} 1`}
|
||||
})}
|
||||
name="address.streetAddress"
|
||||
/>
|
||||
<FormInput
|
||||
|
||||
Reference in New Issue
Block a user