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:
Pavel Dohnal
2017-07-03 09:08:26 +01:00
parent 17584dde43
commit ee0e3ff95e
3 changed files with 2 additions and 7 deletions

View File

@ -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" />