@burdenoff/website-sdk 2026.514.2 → 2026.514.4
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/components/pricing.js +0 -3
- package/dist/components/pricing.js.map +1 -1
- package/dist/components/pricing.mjs +0 -3
- package/dist/components/pricing.mjs.map +1 -1
- package/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1563,9 +1563,6 @@ function PricingSection(props) {
|
|
|
1563
1563
|
useEffect(() => {
|
|
1564
1564
|
let cancelled = false;
|
|
1565
1565
|
async function loadPlans() {
|
|
1566
|
-
if (!resolvedProductId) {
|
|
1567
|
-
return;
|
|
1568
|
-
}
|
|
1569
1566
|
try {
|
|
1570
1567
|
setLoading(true);
|
|
1571
1568
|
const response = await client.query(
|