Skip to content

Commit

Permalink
Remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
sixhours committed Dec 5, 2024
1 parent fa41b9a commit a127065
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ export const UpgradePlanDetails = ( props: UpgradePlanDetailsProps ) => {
plan={ plan }
showFeatures={ showVariants ? true : showFeatures }
setShowFeatures={ setShowFeatures }
showVariants={ showVariants }
/>
) : (
<MigrationPlanFeatureList planSlug={ selectedPlan } />
Expand Down

0 comments on commit a127065

Please sign in to comment.