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.
- 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
@@ -49317,7 +49317,7 @@ var RunCard = function (_a) {
|
|
49317
49317
|
React__default["default"].createElement("div", { className: 'item5' },
|
49318
49318
|
React__default["default"].createElement("span", { style: { marginRight: '0.75rem' } },
|
49319
49319
|
!localRun && React__default["default"].createElement(Avatar, { color: hover.author ? '#40a9ff' : undefined, src: run ? (_j = run.author) === null || _j === void 0 ? void 0 : _j.picture_url : '', size: 24 }),
|
49320
|
-
localRun && run &&
|
49320
|
+
localRun && run && React__default["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 })),
|
49321
49321
|
React__default["default"].createElement("a", { className: 'link', onClick: function (e) {
|
49322
49322
|
var _a;
|
49323
49323
|
e.stopPropagation();
|