Fix missing key attribute warning on newsletter stats

[MAILPOET-3214]
This commit is contained in:
Rostislav Wolny
2021-09-14 09:58:04 +02:00
committed by Veljko V
parent 9bb9e424f4
commit bf96bbffb7

View File

@@ -67,7 +67,7 @@ export const NewsletterGeneralStats = ({
MailPoet.I18n.t('percentageMachineOpenedTooltip'),
/\[link](.*?)\[\/link]/,
(match) => (
<span style={{ pointerEvents: 'all' }}>
<span style={{ pointerEvents: 'all' }} key="machine-opened-tooltip">
<a
href="https://kb.mailpoet.com/article/368-what-are-machine-opens"
key="kb-link"