+ {/* Resolution Type Badge */}
+
+
+ {resolution.type}
+
+
+
+ {/* Admin Note */}
+
+
Admin Note
+
{resolution.adminNote}
+
+
+ {/* Resolved By */}
+
+
Resolved By
+
{resolution.resolvedBy}
+
+
+ {/* Resolved At */}
+
+
Resolved At
+
+ {new Date(resolution.resolvedAt).toLocaleString()}
+
+
+
+ {/* Split Chart if SPLIT */}
+ {resolution.type === "SPLIT" && resolution.distribution && (
+
+
+ Distribution
+
+
+
+ )}
+
+ {/* Stellar Tx Link */}
+
+
+ Resolution Transaction
+
+
+
+