mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed dashboard stats member count (#19478)
refs e27a5c1
- should not be pluralized
This commit is contained in:
parent
d468563feb
commit
039df67990
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ export default class DashboardStatsService extends Service {
|
|||
return;
|
||||
}
|
||||
|
||||
const stats = yield this.membersStats.fetchMemberCounts();
|
||||
const stats = yield this.membersStats.fetchMemberCount();
|
||||
this.memberCountStats = stats.stats.map((d) => {
|
||||
return {
|
||||
...d,
|
||||
|
|
Loading…
Add table
Reference in a new issue