pollination-react-io 1.92.9 → 1.92.10
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 +3 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +3 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
@@ -56486,6 +56486,9 @@ var RunCard = function (_a) {
|
|
56486
56486
|
var _a, _b;
|
56487
56487
|
if (!localStudy)
|
56488
56488
|
return;
|
56489
|
+
// TODO: improve it in the future, GH defect
|
56490
|
+
if (!(localStudy === null || localStudy === void 0 ? void 0 : localStudy.name))
|
56491
|
+
return 'Unnamed';
|
56489
56492
|
return (_b = (_a = localStudy === null || localStudy === void 0 ? void 0 : localStudy.name) === null || _a === void 0 ? void 0 : _a.replace(/[^a-zA-Z0-9]/g, '')) === null || _b === void 0 ? void 0 : _b.replace(/[ ()]/g, '');
|
56490
56493
|
}, [localStudy]);
|
56491
56494
|
/**
|