Skip to content

Commit

Permalink
refactor: variant names (#27132)
Browse files Browse the repository at this point in the history
align with DCR
  • Loading branch information
mxdvl authored May 9, 2024
1 parent f6e783f commit 6a2628c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ export const onwardJourneys: ABTest = {
},
},
{
id: 'top-row',
id: 'top-row-most-viewed',
test: (): void => {
/* no-op */
},
},
{
id: 'bottom-row',
id: 'bottom-row-most-viewed',
test: (): void => {
/* no-op */
},
},
{
id: 'most-viewed',
id: 'most-viewed-only',
test: (): void => {
/* no-op */
},
Expand Down

0 comments on commit 6a2628c

Please sign in to comment.