@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.js
CHANGED
|
@@ -32453,7 +32453,7 @@ const WSPropertyLocationDetails = props => {
|
|
|
32453
32453
|
onSelect(config.key, data);
|
|
32454
32454
|
};
|
|
32455
32455
|
const onSkip = () => onSelect();
|
|
32456
|
-
const PropertyLocationDetails = Digit.ComponentRegistryService.
|
|
32456
|
+
const PropertyLocationDetails = Digit.ComponentRegistryService.getComponent("PropertyLocationDetails");
|
|
32457
32457
|
if (userType === "citizen") {
|
|
32458
32458
|
return /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(Timeline, {
|
|
32459
32459
|
currentStep: 2
|