sync
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
+1
-1
Submodule apps/server/src/ee updated: e67781496f...35f08b67aa
Reference in New Issue
Block a user