Move <h1> from react
Wordpress moves admin notices bellow the first heading. If we re-render our heading inside react router we remove those notices. This way the admin notice stays in the page. [MAILPOET-949]
This commit is contained in:
@ -32,9 +32,6 @@ function KnowledgeBase() {
|
||||
const data = window.help_scout_data;
|
||||
return (
|
||||
<div>
|
||||
<h1 className="title">
|
||||
{MailPoet.I18n.t('pageTitle')}
|
||||
</h1>
|
||||
|
||||
<Tabs tab="systemInfo" />
|
||||
|
||||
|
Reference in New Issue
Block a user