thm-p3-configurator 0.0.39 → 0.0.41

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.
@@ -264,6 +264,7 @@ const InternalAppointmentForm = _ref => {
264
264
  note: (customer === null || customer === void 0 ? void 0 : customer.note) || '(Onbekend)',
265
265
  zipCode: (customer === null || customer === void 0 ? void 0 : customer.zipCode) || '(Onbekend)'
266
266
  }),
267
+ customerAgreed,
267
268
  appointment,
268
269
  channel,
269
270
  licensePlate: (_ref2 = licensePlate || _licensePlate) === null || _ref2 === void 0 ? void 0 : _ref2.replace(/-/g, ''),
@@ -521,7 +522,7 @@ const InternalAppointmentForm = _ref => {
521
522
  className: (0, _helpers__.withStyle)('row')
522
523
  }, /*#__PURE__*/_react.default.createElement("h6", {
523
524
  className: (0, _helpers__.withStyle)('modal-title col-12 mb-2')
524
- }, "Gegevens van de klant ", /*#__PURE__*/_react.default.createElement("br", null)), /*#__PURE__*/_react.default.createElement("div", {
525
+ }, "Gegevens van de auto ", /*#__PURE__*/_react.default.createElement("br", null)), /*#__PURE__*/_react.default.createElement("div", {
525
526
  className: (0, _helpers__.withStyle)('col-12 mb-2')
526
527
  }, /*#__PURE__*/_react.default.createElement(_RadioButtons.default, {
527
528
  name: "ownershipType",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.39",
3
+ "version": "0.0.41",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",