pollination-react-io 1.72.0 → 1.72.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.
@@ -49274,8 +49274,8 @@ var RunCard = function (_a) {
49274
49274
  if (localRun) {
49275
49275
  // Get study name
49276
49276
  var path = !_run['subfolder']
49277
- ? "".concat(_run.id, "/").concat(localStudyURLname, "/__logs__/logs.log")
49278
- : "".concat(_run.id, "/").concat(_run['subfolder'], "/").concat(localStudyURLname, "/__logs__/logs.log");
49277
+ ? "".concat(_run.id, "/").concat(localStudyURLname, "/__logs__/err.log")
49278
+ : "".concat(_run.id, "/").concat(_run['subfolder'], "/").concat(localStudyURLname, "/__logs__/err.log");
49279
49279
  fileExplorer(path);
49280
49280
  }
49281
49281
  else {