@djb25/digit-ui-module-ws 1.0.43 → 1.0.44
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -32450,7 +32450,7 @@ const WSPropertyLocationDetails = props => {
|
|
|
32450
32450
|
onSelect(config.key, data);
|
|
32451
32451
|
};
|
|
32452
32452
|
const onSkip = () => onSelect();
|
|
32453
|
-
const PropertyLocationDetails = Digit.ComponentRegistryService.
|
|
32453
|
+
const PropertyLocationDetails = Digit.ComponentRegistryService.getComponent("PropertyLocationDetails");
|
|
32454
32454
|
if (userType === "citizen") {
|
|
32455
32455
|
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Timeline, {
|
|
32456
32456
|
currentStep: 2
|