From a84e8dbe30e93d4f4f009644ce9101b4967de314 Mon Sep 17 00:00:00 2001 From: Pilar Candia Date: Mon, 8 Jul 2024 12:12:28 -0400 Subject: [PATCH] Revert "[5.4] [5.4] MSPB-370: Remove blank space from address in the E911 Form" --- src/apps/common/submodules/e911/e911.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/apps/common/submodules/e911/e911.js b/src/apps/common/submodules/e911/e911.js index 9309ed0e4..33ff1f52d 100644 --- a/src/apps/common/submodules/e911/e911.js +++ b/src/apps/common/submodules/e911/e911.js @@ -227,11 +227,6 @@ define(function(require) { }, e911Format: function(data) { - if (_.isUndefined(data)) { - return; - } - - data.full_street_address = _.get(data, 'legacy_data.house_number') + ' ' + _.get(data, 'street_address'); return _.merge({}, data, { notification_contact_emails: _ .chain(data)