File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ final class HubMenuViewModel: ObservableObject {
4747 init ( siteID: Int64 , navigationController: UINavigationController ? = nil , featureFlagService: FeatureFlagService = ServiceLocator . featureFlagService) {
4848 self . siteID = siteID
4949 self . navigationController = navigationController
50- menuElements = [ . woocommerceAdmin, . viewStore, . reviews ]
50+ menuElements = [ . woocommerceAdmin, . viewStore]
5151 if featureFlagService. isFeatureFlagEnabled ( . couponManagement) {
5252 menuElements. append ( . coupons)
5353 }
5454 menuElements. append ( . reviews)
55- observeSiteForUIUpdates ( )
55+ observeSiteForUIUpdates ( )
5656 }
5757
5858 /// Present the `StorePickerViewController` using the `StorePickerCoordinator`, passing the navigation controller from the entry point.
You can’t perform that action at this time.
0 commit comments