+ {values.holders && values.holders.length > 0
+ ? values.holders.map((holder: any, index: number) => (
+
+ {isMobile ?
Wallet address : null}
+
+
+
+
+
+ {isMobile ? (
+
+ Amount
+
+ ) : null}
+
+
+ handleNegativeInput(e)}
+ InputProps={{
+ endAdornment:
+ index !== 0 ? (
+ {
+ if (index !== 0) {
+ arrayHelpers.remove(index)
+ }
+ }}
+ />
+ ) : (
+
+ )
+ }}
+ />
+
+
+ {index === values.holders.length - 1 ? (
+
+ arrayHelpers.insert(values.holders.length, newValue)}
+ >
+
+
+ arrayHelpers.insert(values.holders.length, newValue)}
+ color={"secondary"}
+ >
+ Add
+
+
+ ) : null}
+
+
+ ))
+ : null}
+ {errors.holders && touched.holders ?
{errors.holders} : null}
+
+ )}
+ />
+