pollination-react-io 1.68.0 → 1.68.1

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.
@@ -49291,7 +49291,7 @@ var RunCard = function (_a) {
49291
49291
  React__default.createElement("div", { className: 'item5' },
49292
49292
  React__default.createElement("span", { style: { marginRight: '0.75rem' } },
49293
49293
  !localRun && React__default.createElement(Avatar, { color: hover.author ? '#40a9ff' : undefined, src: run ? (_j = run.author) === null || _j === void 0 ? void 0 : _j.picture_url : '', size: 24 }),
49294
- localRun && run && localStudy && React__default.createElement(Avatar, { color: hover.author ? '#40a9ff' : undefined, src: (localStudy === null || localStudy === void 0 ? void 0 : localStudy.author) ? (_k = localStudy.author) === null || _k === void 0 ? void 0 : _k.picture_url : (_l = run.author) === null || _l === void 0 ? void 0 : _l.picture_url, size: 24 })),
49294
+ localRun && run && React__default.createElement(Avatar, { color: hover.author ? '#40a9ff' : undefined, src: (localStudy && (localStudy === null || localStudy === void 0 ? void 0 : localStudy.author)) ? (_k = localStudy.author) === null || _k === void 0 ? void 0 : _k.picture_url : (_l = run.author) === null || _l === void 0 ? void 0 : _l.picture_url, size: 24 })),
49295
49295
  React__default.createElement("a", { className: 'link', onClick: function (e) {
49296
49296
  var _a;
49297
49297
  e.stopPropagation();