pollination-react-io 1.80.2 → 1.80.3
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/build/index.esm.js +1 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -55725,7 +55725,7 @@ var RunCard = function (_a) {
|
|
55725
55725
|
}, style: { all: 'unset', cursor: 'pointer', color: "".concat(hover.study
|
55726
55726
|
? '#40a9ff' : '#000') } }, localRun ? (localStudy ? localStudy.name : _run['studyName'] // Get name from _run
|
55727
55727
|
) : (study ? (_g = study.spec.name) !== null && _g !== void 0 ? _g : "Study: ".concat(study.id) : '--'))),
|
55728
|
-
React__default["default"].createElement("div", { className: 'item4', title: run && dayjs_min(run.status.started_at).utc(true).tz(tmz).format('[on] MMM DD YYYY [at] hh:mm') }, run ? dayjs_min(run.status.started_at).utc(true).tz(tmz).format('[on] MMM DD YYYY') : '--'),
|
55728
|
+
React__default["default"].createElement("div", { className: 'item4', title: run && dayjs_min(run.status.started_at).utc(localStudy ? false : true).tz(tmz).format('[on] MMM DD YYYY [at] hh:mm') }, run ? dayjs_min(run.status.started_at).utc(localStudy ? false : true).tz(tmz).format('[on] MMM DD YYYY') : '--'),
|
55729
55729
|
React__default["default"].createElement("div", { className: 'item5' },
|
55730
55730
|
React__default["default"].createElement("span", { style: { marginRight: '0.75rem' } },
|
55731
55731
|
!localRun && React__default["default"].createElement(Avatar, { color: hover.author ? '#40a9ff' : undefined, src: run ? (_h = run.author) === null || _h === void 0 ? void 0 : _h.picture_url : '', size: 24 }),
|