@obb871001/api-integration-sdk 1.0.256 → 1.0.257
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -36474,10 +36474,10 @@ const Pm = {
|
|
|
36474
36474
|
mac_address: p
|
|
36475
36475
|
},
|
|
36476
36476
|
options: {
|
|
36477
|
-
enabled: !!p
|
|
36477
|
+
enabled: !!p || l
|
|
36478
36478
|
}
|
|
36479
36479
|
}), t = le(C, "liff_url", "");
|
|
36480
|
-
return !p ||
|
|
36480
|
+
return !p || l ? null : /* @__PURE__ */ Me.jsxs("div", { style: Pm, children: [
|
|
36481
36481
|
/* @__PURE__ */ Me.jsx("p", { style: { fontWeight: "bold" }, children: Fm[n] }),
|
|
36482
36482
|
/* @__PURE__ */ Me.jsx(
|
|
36483
36483
|
"div",
|