+
+
+ #{i + 1}
+
+
+ {shares && (
+
+ {shares[i]} XLM
+ {weightSum > 0 && (
+
+ ({((parseFloat(r.weight) / weightSum) * 100).toFixed(1)}%)
+
+ )}
+
+ )}
+ {recipients.length > 2 && (
+
+ )}
+
+
+
+
setRecipient(i, { metaAddress: e.target.value })}
+ placeholder="st:xlm:..."
+ className="h-10 w-full border border-outline-variant bg-surface px-3 font-mono text-sm text-primary placeholder:text-outline focus:border-primary"
+ />
+
+
+
+ setRecipient(i, { weight: e.target.value })}
+ className="h-8 w-24 border border-outline-variant bg-surface px-2 font-mono text-sm text-primary focus:border-primary"
+ />
+
+
+ {fieldErrors[i] && (
+
{fieldErrors[i]}
+ )}
+