Skip to content

Commit

Permalink
Plans: Hide term savings price display in the logged in plans page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyip authored Nov 27, 2024
1 parent ed4ca0e commit 9476cf4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions client/my-sites/plans-features-main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,9 @@ const PlansFeaturesMain = ( {
enableLogosOnlyForEnterprisePlan={ showSimplifiedFeatures }
hideFeatureGroupTitles={ showSimplifiedFeatures }
enableTermSavingsPriceDisplay={
isEnabled( 'plans/term-savings-price-display' ) ||
longerPlanTermDefaultExperiment.isEligibleForTermSavings
( isEnabled( 'plans/term-savings-price-display' ) ||
longerPlanTermDefaultExperiment.isEligibleForTermSavings ) &&
isInSignup
}
/>
) }
Expand Down Expand Up @@ -906,8 +907,9 @@ const PlansFeaturesMain = ( {
enableFeatureTooltips
featureGroupMap={ featureGroupMapForComparisonGrid }
enableTermSavingsPriceDisplay={
isEnabled( 'plans/term-savings-price-display' ) ||
longerPlanTermDefaultExperiment.isEligibleForTermSavings
( isEnabled( 'plans/term-savings-price-display' ) ||
longerPlanTermDefaultExperiment.isEligibleForTermSavings ) &&
isInSignup
}
/>
) }
Expand Down

0 comments on commit 9476cf4

Please sign in to comment.