@@ -521,7 +521,7 @@ private extension StoreStatsV4PeriodViewController {
521521 }
522522 updateSiteVisitStats ( mode: siteVisitStatsMode)
523523
524- // TODO-5361 : Update this check when JCP site is listed and selected
524+ // TODO-5450 : Update this check when JCP site is listed and selected
525525 if ServiceLocator . featureFlagService. isFeatureFlagEnabled ( . jetpackConnectionPackageSupport) {
526526 visitorsData. isHidden = true
527527 visitorsEmptyView. isHidden = false
@@ -709,7 +709,7 @@ private extension StoreStatsV4PeriodViewController {
709709 let visitStatsElements : [ Any ] = {
710710 switch siteVisitStatsMode {
711711 case . default:
712- // TODO-5361 : Temporary solution to make the empty view show up.
712+ // TODO-5450 : Temporary solution to make the empty view show up.
713713 // Remove this when JCP site is listed and can be selected.
714714 if ServiceLocator . featureFlagService. isFeatureFlagEnabled ( . jetpackConnectionPackageSupport) {
715715 return [ visitorsTitle as Any ,
@@ -754,7 +754,7 @@ private extension StoreStatsV4PeriodViewController {
754754 }
755755
756756 func reloadSiteFields( ) {
757- // TODO-5361 : Temporary solution to make the empty view show up.
757+ // TODO-5450 : Temporary solution to make the empty view show up.
758758 // Remove this when JCP site is listed and can be selected.
759759 if ServiceLocator . featureFlagService. isFeatureFlagEnabled ( . jetpackConnectionPackageSupport) {
760760 visitorsData. isHidden = true
0 commit comments