pxengine 0.1.124 → 0.1.125

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/dist/index.cjs CHANGED
@@ -18393,7 +18393,7 @@ var ResearchReportJobCard = (props) => {
18393
18393
  ] })
18394
18394
  ] }) });
18395
18395
  }
18396
- if (status === "complete" && !hasHTML) {
18396
+ if (status === "complete" && !hasHTML && !pdfUrl) {
18397
18397
  return /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("div", { className: cn("w-full", className), children: /* @__PURE__ */ (0, import_jsx_runtime152.jsxs)("div", { className: "bg-zinc-900 border border-zinc-800 rounded-2xl overflow-hidden", children: [
18398
18398
  /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
18399
18399
  "div",