Skip to content

Commit

Permalink
MWPW-152456 [MILO][MEP] using the not-q-always-on-promo entitlement…
Browse files Browse the repository at this point in the history
… is selected when it should not be (#2469)

add space
  • Loading branch information
vgoodric authored Jun 12, 2024
1 parent e10cd54 commit 3d61c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/features/personalization/personalization.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const PERSONALIZATION_KEYS = Object.keys(PERSONALIZATION_TAGS);

const CLASS_EL_DELETE = 'p13n-deleted';
const CLASS_EL_REPLACE = 'p13n-replaced';
const COLUMN_NOT_OPERATOR = 'not';
const COLUMN_NOT_OPERATOR = 'not ';
const TARGET_EXP_PREFIX = 'target-';
const INLINE_HASH = '_inline';
const PAGE_URL = new URL(window.location.href);
Expand Down

0 comments on commit 3d61c97

Please sign in to comment.