Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
fix(yt:ext): enabled experimentId UI in popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ascariandrea committed Nov 15, 2022
1 parent b35ea4b commit 30cf9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/yttrex/extension/src/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ renderPopup({
settings: {
enabled: {
researchTag: true,
experimentId: config.DEVELOPMENT,
experimentId: true,
},
},
getLinks: ({ publicKey }) => {
Expand Down

0 comments on commit 30cf9c0

Please sign in to comment.