We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318873a commit 0a73aa0Copy full SHA for 0a73aa0
1 file changed
experimenter/experimenter/targeting/constants.py
@@ -4185,8 +4185,8 @@ def __post_init__(self):
4185
slug="smart_window_onboarding_complete",
4186
description="Smart Window is enabled and user has completed its onboarding",
4187
targeting=(
4188
- "'browser.smartwindow.enabled' | preferenceValue && "
4189
- "'browser.smartwindow.firstrun.hasCompleted' | preferenceValue"
+ "('browser.smartwindow.enabled' | preferenceValue) && "
+ "('browser.smartwindow.firstrun.hasCompleted' | preferenceValue)"
4190
),
4191
desktop_telemetry="",
4192
sticky_required=False,
0 commit comments