🐛 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
@ -242,7 +242,6 @@ export default class DashboardStatsService extends Service {
|
|||||||
if (!this.memberAttributionStats) {
|
if (!this.memberAttributionStats) {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.memberAttributionStats.filter((stat) => {
|
return this.memberAttributionStats.filter((stat) => {
|
||||||
if (this.chartDays === 'all') {
|
if (this.chartDays === 'all') {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user