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

Commit 30cf9c0

Browse files
committed
fix(yt:ext): enabled experimentId UI in popup
1 parent b35ea4b commit 30cf9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/yttrex/extension/src/popup.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ renderPopup({
1515
settings: {
1616
enabled: {
1717
researchTag: true,
18-
experimentId: config.DEVELOPMENT,
18+
experimentId: true,
1919
},
2020
},
2121
getLinks: ({ publicKey }) => {

0 commit comments

Comments
 (0)