We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bfa14 commit 3c8d7f8Copy full SHA for 3c8d7f8
WooCommerce/Classes/ViewRelated/Dashboard/Analytics Hub/Time Range/AnalyticsHubTimeRange.swift
@@ -11,7 +11,7 @@ struct AnalyticsHubTimeRange {
11
12
let startDateDescription = DateFormatter.Stats.createAnalyticsHubDayMonthFormatter(timezone: timezone).string(from: start)
13
14
- var endDateDescription: String
+ let endDateDescription: String
15
if start.isSameMonth(as: end, using: calendar) {
16
endDateDescription = DateFormatter.Stats.createAnalyticsHubDayYearFormatter(timezone: timezone).string(from: end)
17
} else {
0 commit comments