AW-130-actual-price-edits

This commit is contained in:
Денис Катаев 2024-07-05 15:40:01 +00:00 committed by Daniil Chemerkin
parent 3bb1ac78d1
commit bbf5b09da9

View File

@ -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>