mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
🐛 Fixed analytics sources to not be case sensitive (#20506)
fixes https://linear.app/tryghost/issue/ENG-925/analytics-sources-shouldnt-be-case-sensitive
This commit is contained in:
parent
e6b1f8a8bf
commit
62aad6fd84
1 changed files with 0 additions and 1 deletions
|
@ -242,7 +242,6 @@ export default class DashboardStatsService extends Service {
|
|||
if (!this.memberAttributionStats) {
|
||||
return [];
|
||||
}
|
||||
|
||||
return this.memberAttributionStats.filter((stat) => {
|
||||
if (this.chartDays === 'all') {
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue