+
{key}
-
+
{key === "address" || key === "class" ? (
) : key === "selector" ? (
-
+
{formatAddress(value as string, {
size: "sm",
})}
-
+
) : (
-
- {(value as string[]).map((line, index) => (
-
+
+ {(value as string[]).map((line, i) => (
+
{line}
-
+
))}
-
+
)}
-
+
),
)}
-
- {i !== arr.length - 1 &&