Merge branch 'AW-130-actual-price-edits' into 'develop'
AW-130-actual-price-edits See merge request witapp/aura-webapp!225
This commit is contained in:
commit
1621699257
@ -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