Remove the WC customizer feature flag [MAILPOET-2285]

This commit is contained in:
wxa
2019-12-24 10:16:31 +03:00
committed by wxa
parent 9fdd37dbd8
commit 20d42af4dc
8 changed files with 4 additions and 56 deletions

View File

@@ -69,7 +69,7 @@ class NewsletterTypes extends React.Component {
}
getAdditionalTypes = () => {
const show = window.mailpoet_woocommerce_active && MailPoet.FeaturesController.isSupported('wc-transactional-emails-customizer');
const show = window.mailpoet_woocommerce_active;
if (!show) {
return [];
}