This commit is contained in:
Philipinho
2025-06-27 03:07:51 -07:00
parent 9f144d35fb
commit b9643d3584
2 changed files with 7 additions and 7 deletions
@@ -30,12 +30,12 @@ export default function BillingDetails() {
> >
Plan Plan
</Text> </Text>
<Text fw={700} fz="lg"> <Text fw={700} fz="lg" tt="capitalize">
{ {plans.find(
plans.find( (plan) => plan.productId === billing.stripeProductId,
(plan) => plan.productId === billing.stripeProductId, )?.name ||
)?.name billing.planName ||
} "Standard"}
</Text> </Text>
</div> </div>
</Group> </Group>