Fix missing key attribute warning on newsletter stats
[MAILPOET-3214]
This commit is contained in:
committed by
Veljko V
parent
9bb9e424f4
commit
bf96bbffb7
@@ -67,7 +67,7 @@ export const NewsletterGeneralStats = ({
|
|||||||
MailPoet.I18n.t('percentageMachineOpenedTooltip'),
|
MailPoet.I18n.t('percentageMachineOpenedTooltip'),
|
||||||
/\[link](.*?)\[\/link]/,
|
/\[link](.*?)\[\/link]/,
|
||||||
(match) => (
|
(match) => (
|
||||||
<span style={{ pointerEvents: 'all' }}>
|
<span style={{ pointerEvents: 'all' }} key="machine-opened-tooltip">
|
||||||
<a
|
<a
|
||||||
href="https://kb.mailpoet.com/article/368-what-are-machine-opens"
|
href="https://kb.mailpoet.com/article/368-what-are-machine-opens"
|
||||||
key="kb-link"
|
key="kb-link"
|
||||||
|
Reference in New Issue
Block a user