Skip to content

Commit

Permalink
Merge branch 'master' into fix/VEOS-9-support-3-4-street-lines-qty
Browse files Browse the repository at this point in the history
  • Loading branch information
glevhen committed Dec 18, 2023
2 parents d042d66 + a35a0f5 commit 1d88f1a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ if (!$apiKey) {
const value = address[key];
const identifier = `address.${fieldMappings[key]}`;

if (value !== undefined && (value.length > 0 || key === 'street_number_addition')) {
component.set(identifier, value);
}
component.set(identifier, value ?? '');
});

component.save();
Expand Down

0 comments on commit 1d88f1a

Please sign in to comment.