sync
This commit is contained in:
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>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e67781496f7a2cddc850faf4a7942a0c36886ae7
|
Subproject commit 35f08b67aa0de5c0f4c6c7fabf581567b40aefbb
|
||||||
Loading…
Add table
Reference in a new issue