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.
@@ -55698,7 +55698,7 @@ var RunCard = function (_a) {
55698
55698
  }, style: { all: 'unset', cursor: 'pointer', color: "".concat(hover.study
55699
55699
  ? '#40a9ff' : '#000') } }, localRun ? (localStudy ? localStudy.name : _run['studyName'] // Get name from _run
55700
55700
  ) : (study ? (_g = study.spec.name) !== null && _g !== void 0 ? _g : "Study: ".concat(study.id) : '--'))),
55701
- React__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') : '--'),
55701
+ React__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') : '--'),
55702
55702
  React__default.createElement("div", { className: 'item5' },
55703
55703
  React__default.createElement("span", { style: { marginRight: '0.75rem' } },
55704
55704
  !localRun && React__default.createElement(Avatar, { color: hover.author ? '#40a9ff' : undefined, src: run ? (_h = run.author) === null || _h === void 0 ? void 0 : _h.picture_url : '', size: 24 }),