From a51280091a3b2c4c40b3f47d1af6780321628f2d Mon Sep 17 00:00:00 2001 From: Jan Jakes Date: Tue, 8 Aug 2023 16:05:04 +0200 Subject: [PATCH] Fix missing key prop warnings [MAILPOET-5242] --- .../integrations/mailpoet/steps/send_email/index.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mailpoet/assets/js/src/automation/integrations/mailpoet/steps/send_email/index.tsx b/mailpoet/assets/js/src/automation/integrations/mailpoet/steps/send_email/index.tsx index 1f3237a14f..1a624e42fd 100644 --- a/mailpoet/assets/js/src/automation/integrations/mailpoet/steps/send_email/index.tsx +++ b/mailpoet/assets/js/src/automation/integrations/mailpoet/steps/send_email/index.tsx @@ -43,8 +43,9 @@ export const step: StepType = { 'mailpoet', ), /\[link\](.*?)\[\/link\]/g, - (match) => ( + (match, i) => ( ( + (match, i) => (