Skip to content

Commit

Permalink
Remove unnecessary storageAddOns: null argument in new `stats-upsel…
Browse files Browse the repository at this point in the history
…l` component
  • Loading branch information
jeyip committed Dec 2, 2024
1 parent be12a85 commit e064cfa
Showing 1 changed file with 0 additions and 1 deletion.
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 @@ -26,7 +26,6 @@ export default function StatsUpsell( { siteId }: { siteId: number } ) {
siteId: selectedSiteId,
coupon: undefined,
useCheckPlanAvailabilityForPurchase,
storageAddOns: null,
} )?.[ PLAN_PREMIUM ];
const isLoading = plans.isLoading || ! pricing;
const isOdysseyStats = isEnabled( 'is_running_in_jetpack_site' );
Expand Down

0 comments on commit e064cfa

Please sign in to comment.