Skip to content

Commit

Permalink
Remove unnecessary storageAddOns argument in StatsUpsell component
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyip committed Dec 6, 2024
1 parent 7c49b15 commit d182f3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/my-sites/stats/stats-upsell-modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default function StatsUpsellModal( { siteId }: { siteId: number } ) {
siteId: selectedSiteId,
coupon: undefined,
useCheckPlanAvailabilityForPurchase,
reflectStorageSelectionInPlanPrices: false,
} )?.[ planKey ];
const planSlug = plan?.pathSlug ?? planKey;
const isLoading = plans.isLoading || ! pricing;
Expand Down
1 change: 0 additions & 1 deletion client/my-sites/stats/stats-upsell/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default function StatsUpsell( { siteId, title, features, image }: Props )
siteId: selectedSiteId,
coupon: undefined,
useCheckPlanAvailabilityForPurchase,
storageAddOns: null,
} )?.[ planKey ];
const planSlug = plan?.pathSlug ?? planKey;
const isLoading = plans.isLoading || ! pricing;
Expand Down

0 comments on commit d182f3f

Please sign in to comment.