🐛 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:
Princi Vershwal 2024-07-02 14:11:32 +05:30 committed by GitHub
parent e6b1f8a8bf
commit 62aad6fd84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;