-
- {t('plan.availablePlans.title', 'Available Plans')}
-
-
- {t('plan.availablePlans.subtitle', 'Choose the plan that fits your needs')}
-
+
+
+
+ {t('plan.availablePlans.title', 'Available Plans')}
+
+
+ {t('plan.availablePlans.subtitle', 'Choose the plan that fits your needs')}
+
+
+ {currency && onCurrencyChange && currencyOptions && (
+
{groupedPlans.map((group) => (
@@ -86,7 +110,9 @@ const AvailablePlansSection: React.FC
= ({
isCurrentTier={isCurrentTier(group)}
isDowngrade={isDowngrade(group)}
currentLicenseInfo={currentLicenseInfo}
+ currentTier={currentTier}
onUpgradeClick={onUpgradeClick}
+ onManageClick={onManageClick}
/>
))}
@@ -100,7 +126,7 @@ const AvailablePlansSection: React.FC
= ({