Remove the WC customizer feature flag [MAILPOET-2285]
This commit is contained in:
@@ -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 [];
|
||||
}
|
||||
|
Reference in New Issue
Block a user