@mseva/digit-ui-module-ptr 1.1.95 → 1.1.97
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
|
@@ -18468,7 +18468,7 @@ const TimelineDocument = React.memo(({
|
|
|
18468
18468
|
return /*#__PURE__*/React.createElement("div", {
|
|
18469
18469
|
className: "custom-doc-container"
|
|
18470
18470
|
}, documents === null || documents === void 0 ? void 0 : documents.map((document, idx) => {
|
|
18471
|
-
const documentLink = pdfDownloadLink$1(data === null || data === void 0 ? void 0 : data.pdfFiles, document === null || document === void 0 ? void 0 : document.fileStoreId);
|
|
18471
|
+
const documentLink = pdfDownloadLink$1(data === null || data === void 0 ? void 0 : data.pdfFiles, (document === null || document === void 0 ? void 0 : document.fileStoreId) || (document === null || document === void 0 ? void 0 : document.documentUid));
|
|
18472
18472
|
if (!documentLink) return null;
|
|
18473
18473
|
return /*#__PURE__*/React.createElement("a", {
|
|
18474
18474
|
key: idx,
|