Fix react warning

[MAILPOET-1011]
This commit is contained in:
Pavel Dohnal
2017-08-24 11:01:33 +02:00
parent 1b7e3a997f
commit ec35b90f3e

View File

@@ -327,7 +327,7 @@ const _MailerMixin = {
MailPoet.I18n.t('mailerCheckSettingsNotice'),
/\[link\](.*?)\[\/link\]/g,
match => (
<a href={'?page=mailpoet-settings#mta'}>{ match }</a>
<a href={'?page=mailpoet-settings#mta'} key="check-sending">{ match }</a>
)
);
if (state.meta.mta_log.error.operation === 'send') {