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