Skip to content

Commit 76e0563

Browse files
committed
Dashboard: defaulting 'year' history to 10 previous years
1 parent 1a8a909 commit 76e0563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/MyStore/StoreStatsViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ private extension StoreStatsViewController {
180180
static let quantityDefaultForDay = 30
181181
static let quantityDefaultForWeek = 13
182182
static let quantityDefaultForMonth = 12
183-
static let quantityDefaultForYear = 15
183+
static let quantityDefaultForYear = 10
184184
}
185185

186186
enum TabStrip {

0 commit comments

Comments
 (0)