Skip to content

Commit

Permalink
Calypso should always support (#96379)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj authored Nov 14, 2024
1 parent f963822 commit 83449e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ function getEnvStatsFeatureSupportChecks( state: object, siteId: number | null )
),
supportsUTMStats:
// UTM stats are only available for Jetpack sites for now.
isSiteJetpackNotAtomic && !! statsAdminVersion,
isSiteJetpackNotAtomic && ( ! isOdysseyStats || !! statsAdminVersion ),
supportsDevicesStats:
// UTM stats are only available for Jetpack sites for now.
isSiteJetpackNotAtomic && !! statsAdminVersion,
isSiteJetpackNotAtomic && ( ! isOdysseyStats || !! statsAdminVersion ),
supportsOnDemandCommercialClassification: version_greater_than_or_equal(
statsAdminVersion,
'0.18.0-alpha',
Expand Down

0 comments on commit 83449e9

Please sign in to comment.