@mseva/upyog-ui-module-ads 1.1.45 → 1.1.47
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 +2 -2
package/dist/index.modern.js
CHANGED
|
@@ -16902,7 +16902,7 @@ const TimelineCaption = React.memo(({
|
|
|
16902
16902
|
className: "timeline-label"
|
|
16903
16903
|
}, t(label), ":"), /*#__PURE__*/React.createElement("span", {
|
|
16904
16904
|
className: "timeline-value"
|
|
16905
|
-
}, (checkpoint === null || checkpoint === void 0 ? void 0 : checkpoint[key]) || "N/A")))), /*#__PURE__*/React.createElement("div", {
|
|
16905
|
+
}, t(checkpoint === null || checkpoint === void 0 ? void 0 : checkpoint[key]) || "N/A")))), /*#__PURE__*/React.createElement("div", {
|
|
16906
16906
|
className: "timeline-note"
|
|
16907
16907
|
}, /*#__PURE__*/React.createElement("span", {
|
|
16908
16908
|
className: "timeline-label"
|