diff --git a/apps/mobile/app/components/paywall/index.tsx b/apps/mobile/app/components/paywall/index.tsx
index ed14a4631..83617eb28 100644
--- a/apps/mobile/app/components/paywall/index.tsx
+++ b/apps/mobile/app/components/paywall/index.tsx
@@ -312,7 +312,7 @@ const PayWall = (props: NavigationProps<"PayWall">) => {
{pricingPlans.pricingPlans.map((plan) =>
@@ -1102,7 +1102,7 @@ const PricingPlanCard = ({
- {pricingPlans?.loadingPlans ? (
+ {pricingPlans?.loadingPlans || (!price && !WebPlan?.price.gross) ? (
) : (