Remove Feedback section from form editor

[MAILPOET-2735]
This commit is contained in:
Pavel Dohnal
2020-03-06 14:52:49 +01:00
committed by Jack Kitterhing
parent 276986c0f9
commit 038cc0bc6b
3 changed files with 0 additions and 11 deletions

View File

@@ -74,11 +74,6 @@ export default () => {
</ul>
</SidebarHeader>
{activeTab === 'form' ? <FormSettings /> : <BlockSettings />}
<p className="mailpoet_sidebar_note">
{MailPoet.I18n.t('editorIsUsingGutenberg')}
<br />
<a href="mailto:quentin@mailpoet.com">{MailPoet.I18n.t('giveFeedback')}</a>
</p>
</div>
);
};