Skip to content

Commit ccb2476

Browse files
Load treatment only when the abTest is not equal to control.
1 parent 6a6d6e9 commit ccb2476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Authentication/AuthenticationManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ private extension AuthenticationManager {
761761
}
762762

763763
// Shows the native Jetpack flow during the site discovery flow.
764-
if ABTest.abTestNativeJetpackSetupFlow.variation == .control {
764+
if ABTest.abTestNativeJetpackSetupFlow.variation != .control {
765765
return jetpackSetupUI(for: site.url,
766766
connectionMissingOnly: site.hasJetpack && site.isJetpackActive,
767767
in: navigationController)

0 commit comments

Comments
 (0)