diff --git a/src/pages/Home/SubscriptionPlans.jsx b/src/pages/Home/SubscriptionPlans.jsx index 59ef4a7e..6c47826b 100644 --- a/src/pages/Home/SubscriptionPlans.jsx +++ b/src/pages/Home/SubscriptionPlans.jsx @@ -9,7 +9,7 @@ const SubscriptionPlans = () => { const [frequency, setFrequency] = useState(1); const { data, isLoading, isError, error } = useSubscription(frequency); const [loading, setLoading] = useState(false); - + console.log(data); const frequencyLabel = (freq) => { switch (freq) { case 0: @@ -35,9 +35,8 @@ const SubscriptionPlans = () => { + + +
+
+ {mod.features && mod.features.length > 0 ? ( + + ) : ( +

+ No additional features +

+ )} +
+
+ + ); + })} + + + {/* Button */}