Skip to content

Commit 5b6c434

Browse files
Load treatment only when the abTest is not equal to control.
1 parent 09871f5 commit 5b6c434

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
@@ -755,7 +755,7 @@ private extension AuthenticationManager {
755755
}
756756

757757
// Shows the native Jetpack flow during the site discovery flow.
758-
if ABTest.abTestNativeJetpackSetupFlow.variation == .control {
758+
if ABTest.abTestNativeJetpackSetupFlow.variation != .control {
759759
return jetpackSetupUI(for: site.url,
760760
connectionMissingOnly: site.hasJetpack && site.isJetpackActive,
761761
in: navigationController)

0 commit comments

Comments
 (0)