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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -18061,7 +18061,7 @@ var ResearchReportJobCard = (props) => {
|
|
|
18061
18061
|
] })
|
|
18062
18062
|
] }) });
|
|
18063
18063
|
}
|
|
18064
|
-
if (status === "complete" && !hasHTML) {
|
|
18064
|
+
if (status === "complete" && !hasHTML && !pdfUrl) {
|
|
18065
18065
|
return /* @__PURE__ */ jsx152("div", { className: cn("w-full", className), children: /* @__PURE__ */ jsxs110("div", { className: "bg-zinc-900 border border-zinc-800 rounded-2xl overflow-hidden", children: [
|
|
18066
18066
|
/* @__PURE__ */ jsx152(
|
|
18067
18067
|
"div",
|