Skip to content

Commit a0278d8

Browse files
committed
Update ticket number for future update
1 parent 8e0c5d7 commit a0278d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Stats v4/StoreStatsV4PeriodViewController.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)