diff --git a/core/shared/labs.js b/core/shared/labs.js index 1bb262cf53..e5b5062f88 100644 --- a/core/shared/labs.js +++ b/core/shared/labs.js @@ -16,7 +16,8 @@ const messages = { // flags in this list always return `true`, allows quick global enable prior to full flag removal const GA_FEATURES = [ 'customThemeSettings', - 'nftCard' + 'nftCard', + 'accordionCard' ]; // NOTE: this allowlist is meant to be used to filter out any unexpected @@ -35,7 +36,6 @@ const ALPHA_FEATURES = [ 'filesAPI', 'membersAutoLogin', 'calloutCard', - 'accordionCard', 'fileCard', 'audioCard', 'videoCard',