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
|
||||
</Text>
|
||||
<Text fw={700} fz="lg">
|
||||
{
|
||||
plans.find(
|
||||
<Text fw={700} fz="lg" tt="capitalize">
|
||||
{plans.find(
|
||||
(plan) => plan.productId === billing.stripeProductId,
|
||||
)?.name
|
||||
}
|
||||
)?.name ||
|
||||
billing.planName ||
|
||||
"Standard"}
|
||||
</Text>
|
||||
</div>
|
||||
</Group>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit e67781496f7a2cddc850faf4a7942a0c36886ae7
|
||||
Subproject commit 35f08b67aa0de5c0f4c6c7fabf581567b40aefbb
|
||||
Loading…
Add table
Reference in a new issue