(cloud) billing copy
This commit is contained in:
parent
5f5f1484db
commit
608783b5cf
1 changed files with 3 additions and 5 deletions
|
|
@ -194,11 +194,9 @@ export default function BillingPlans() {
|
||||||
: `per month`}
|
: `per month`}
|
||||||
</Text>
|
</Text>
|
||||||
</Group>
|
</Group>
|
||||||
{isAnnual && (
|
|
||||||
<Text size="sm" c="dimmed">
|
<Text size="sm" c="dimmed">
|
||||||
Billed annually
|
{isAnnual ? "Billed annually" : "Billed monthly"}
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
|
||||||
{plan.billingScheme === 'tiered' && plan.pricingTiers && (
|
{plan.billingScheme === 'tiered' && plan.pricingTiers && (
|
||||||
<Text size="md" fw={500}>
|
<Text size="md" fw={500}>
|
||||||
For {plan.pricingTiers.find(tier => tier.upTo.toString() === selectedTierValue)?.upTo || plan.pricingTiers[0].upTo} users
|
For {plan.pricingTiers.find(tier => tier.upTo.toString() === selectedTierValue)?.upTo || plan.pricingTiers[0].upTo} users
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue