Skip to content

Commit

Permalink
Hide yearly/monthly selector
Browse files Browse the repository at this point in the history
  • Loading branch information
staskus committed Sep 26, 2023
1 parent c5cfdc1 commit 377e11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/jetpack-app-plans/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ const JetpackAppPlans = ( { domainName } ) => {
isInSignup={ true }
intervalType="yearly"
onUpgradeClick={ ( cartItem ) => onUpgradeClick( cartItem ) }
customerType="personal"
plansWithScroll={ false }
flowName="onboarding"
removePaidDomain={ () => removePaidDomain() }
hidePlanTypeSelector={ true }
/>
);

Expand Down

0 comments on commit 377e11f

Please sign in to comment.