+ {data?.testRecipents.map((testRecipent, index) => {
+ return (
+
+
+
+ recipientNameChange(e, index)}
+ maxLength="50"
+ />
+
+
+
+
+ data?.campaignType === "rcs" ||
+ data?.campaignType === "whatsapp"
+ ? recipientNumberChange(e, index)
+ : recipientEmailChange(e, index)
+ }
+ />
+
+ {index !== 0 && (
+
+
+
+ )}
+