Skip to content

Commit d4c3c24

Browse files
committed
viewsVisitors moved to end
1 parent a245aa1 commit d4c3c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Stats/Insights/InsightType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import Foundation
22

33
enum InsightType: Int, SiteStatsPinnable {
4-
case viewsVisitors
54
case growAudience
65
case customize
76
case latestPostSummary
@@ -20,6 +19,7 @@ enum InsightType: Int, SiteStatsPinnable {
2019
case allComments
2120
case allTagsAndCategories
2221
case allAnnual
22+
case viewsVisitors
2323

2424
// These Insights will be displayed in this order if a site's Insights have not been customized.
2525
static let defaultInsights: [InsightType] = [.mostPopularTime,

0 commit comments

Comments
 (0)