Merge branch 'clone' into 'main'
fix: ref subscription url See merge request witapp/aura-webapp!16
This commit is contained in:
commit
a0f2b1f2ec
@ -63,7 +63,7 @@ function SubscriptionPage(): JSX.Element {
|
||||
(sub_plan) =>
|
||||
String(
|
||||
sub_plan?.trial?.price_cents
|
||||
? Math.floor(sub_plan?.trial?.price_cents / 100)
|
||||
? Math.floor((sub_plan?.trial?.price_cents + 1) / 100)
|
||||
: sub_plan.id.replace(".", "")
|
||||
) === subPlan
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user