+ {multiErrors.length > 0 ? (
+
+ <>
+ {multiErrors.map((e) => (
+
+ {e.error}
+
+ ))}
+ >
+
+ ) : null}
+
+ {multiJsonArray.length > 0 ? (
+ <>
+
+ {renderJsonContent({
+ jsonArray: multiJsonArray,
+ xdr: "",
+ })}
+
+
+
+ {
+ setIsCodeWrapped(isChecked);
+ }}
+ />
+
+
+
+ >
+ ) : null}
+
+ ) : null
+ ) : xdrJsonDecoded?.jsonString && xdrJsonDecoded?.jsonArray ? (