diff --git a/example/src/App.tsx b/example/src/App.tsx index fb61dd6..0cb37bd 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -245,6 +245,7 @@ export default function TodoList() { {user?.subscription?.productId !== premiumMonthly.id && + user?.subscription?.productId !== premiumYearly?.id && (user?.isFree ? ( {user?.subscription?.productId !== premiumPlusMonthly.id && + user?.subscription?.productId !== + premiumPlusYearly?.id && (user?.isFree ? ( - v.literal(productKey) - ) - ) - ), + productIds: v.array(v.string()), origin: v.string(), successUrl: v.string(), },