Skip to content

Commit

Permalink
Stats: Align the total subscriber count with the chart when subscribe…
Browse files Browse the repository at this point in the history
…r accounts deleted (#95200)
  • Loading branch information
dognose24 authored Oct 9, 2024
1 parent 4ac4200 commit f1589c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/my-sites/stats/hooks/use-subscribers-totals-query.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const querySubscribersTotals = ( siteId: number | null, filterAdmin?: boolean ):
{
type: 'all',
filter_admin: filterAdmin ? true : false,
// Only one-page results adjust visible subscribers with deleted accounts to align with the subscriber list.
max: 10,
}
);
};
Expand Down

0 comments on commit f1589c9

Please sign in to comment.