Skip to content

Commit

Permalink
Merge pull request #8356 from woocommerce/issue/8354-adjust-analytics…
Browse files Browse the repository at this point in the history
…-hub-feature-flag

[Analytics Hub] Move the analytics hub see more button out of the Feature flag
  • Loading branch information
ThomazFB committed Dec 8, 2022
2 parents 87a2046 + d52b7ce commit 730c4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.txt
Expand Up @@ -2,7 +2,7 @@

11.6
-----

- [***] We added a new Analytics Hub inside the My Store area of the app. Simply click on the See More button under the store stats to check more detailed information on Revenue, Orders and Products. [https://github.com/woocommerce/woocommerce-ios/pull/8356]

11.5
-----
Expand Down
Expand Up @@ -292,9 +292,7 @@ private extension StoreStatsAndTopPerformersPeriodViewController {
])

// Analytics Hub ("See more") button
if ServiceLocator.featureFlagService.isFeatureFlagEnabled(.analyticsHub) {
stackView.addArrangedSubview(analyticsHubButtonView)
}
stackView.addArrangedSubview(analyticsHubButtonView)

// In-app Feedback Card
stackView.addArrangedSubviews(inAppFeedbackCardViewsForStackView)
Expand Down

0 comments on commit 730c4b4

Please sign in to comment.