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 3fc0c62 commit a245aa1Copy full SHA for a245aa1
WordPress/Classes/ViewRelated/Stats/Insights/SiteStatsInsightsTableViewController.swift
@@ -172,28 +172,6 @@ private extension SiteStatsInsightsTableViewController {
172
}
173
174
func tableRowTypes() -> [ImmuTableRow.Type] {
175
- if FeatureFlag.statsNewInsights.enabled {
176
- return [InsightCellHeaderRow.self,
177
- ViewsVisitorsRow.self,
178
- GrowAudienceRow.self,
179
- CustomizeInsightsRow.self,
180
- LatestPostSummaryRow.self,
181
- TwoColumnStatsRow.self,
182
- PostingActivityRow.self,
183
- TabbedTotalsStatsRow.self,
184
- TopTotalsInsightStatsRow.self,
185
- MostPopularTimeInsightStatsRow.self,
186
- TotalInsightStatsRow.self,
187
- TableFooterRow.self,
188
- StatsErrorRow.self,
189
- StatsGhostGrowAudienceImmutableRow.self,
190
- StatsGhostChartImmutableRow.self,
191
- StatsGhostTwoColumnImmutableRow.self,
192
- StatsGhostTopImmutableRow.self,
193
- StatsGhostTabbedImmutableRow.self,
194
- StatsGhostPostingActivitiesImmutableRow.self]
195
- }
196
-
197
return [InsightCellHeaderRow.self,
198
ViewsVisitorsRow.self,
199
GrowAudienceRow.self,
0 commit comments