@tripian/react 5.0.2 → 5.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -62614,7 +62614,7 @@ var FormTemplateTrip2 = function (_a) {
62614
62614
  var _a, _b, _c, _d;
62615
62615
  var newTripProfile = model_1.helper.deepCopy(tripProfileState);
62616
62616
  if (googlePlace.name === '') {
62617
- // newTripProfile.accommodation = null;
62617
+ newTripProfile.accommodation = undefined;
62618
62618
  }
62619
62619
  else {
62620
62620
  newTripProfile.accommodation = { name: (_a = googlePlace.name) !== null && _a !== void 0 ? _a : null, refID: (_b = googlePlace.place_id) !== null && _b !== void 0 ? _b : null, address: '', coordinate: { lat: 0, lng: 0 } };