AW-130-actual-price-edits
This commit is contained in:
parent
3bb1ac78d1
commit
bbf5b09da9
@ -107,7 +107,10 @@ function TrialChoicePage() {
|
||||
color: "#1C38EA",
|
||||
replacement: {
|
||||
target: "${trialDuration}",
|
||||
replacement: activeProduct?.trialDuration.toString() || "3",
|
||||
replacement:
|
||||
activeProduct?.trialDuration.toString() ||
|
||||
products[0].trialDuration.toString() ||
|
||||
"3",
|
||||
},
|
||||
})}
|
||||
</p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user