Display notice in consistent location
[MAILPOET-2832]
This commit is contained in:
@@ -126,7 +126,10 @@ function DynamicSegmentList(props) {
|
|||||||
<Link className="page-title-action" to="/new-segment" data-automation-id="new-segment">{MailPoet.I18n.t('newSegment')}</Link>
|
<Link className="page-title-action" to="/new-segment" data-automation-id="new-segment">{MailPoet.I18n.t('newSegment')}</Link>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<SubscribersLimit subscribersLimit={window.mailpoet_subscribers_limit} />
|
<SubscribersLimit
|
||||||
|
subscribersLimit={window.mailpoet_subscribers_limit}
|
||||||
|
hasValidApiKey={window.mailpoet_has_valid_api_key}
|
||||||
|
/>
|
||||||
|
|
||||||
<Tabs />
|
<Tabs />
|
||||||
|
|
||||||
|
@@ -303,17 +303,17 @@ class SegmentList extends React.Component {
|
|||||||
<Link className="page-title-action" to="/new-segment" data-automation-id="new-segment">{MailPoet.I18n.t('newSegment')}</Link>
|
<Link className="page-title-action" to="/new-segment" data-automation-id="new-segment">{MailPoet.I18n.t('newSegment')}</Link>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
<SubscribersLimit
|
||||||
|
subscribersLimit={window.mailpoet_subscribers_limit}
|
||||||
|
hasValidApiKey={window.mailpoet_has_valid_api_key}
|
||||||
|
/>
|
||||||
|
|
||||||
<SubscribersLimitNotice />
|
<SubscribersLimitNotice />
|
||||||
<InvalidMssKeyNotice
|
<InvalidMssKeyNotice
|
||||||
mssKeyInvalid={window.mailpoet_mss_key_invalid}
|
mssKeyInvalid={window.mailpoet_mss_key_invalid}
|
||||||
subscribersCount={window.mailpoet_subscribers_count}
|
subscribersCount={window.mailpoet_subscribers_count}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<SubscribersLimit
|
|
||||||
subscribersLimit={window.mailpoet_subscribers_limit}
|
|
||||||
hasValidApiKey={window.mailpoet_has_valid_api_key}
|
|
||||||
/>
|
|
||||||
|
|
||||||
<Tabs />
|
<Tabs />
|
||||||
|
|
||||||
<Listing
|
<Listing
|
||||||
|
Reference in New Issue
Block a user