e.stopPropagation()}
+ >
+ {!isPending && (
+
+ )}
+
+
Raise a dispute
+
+ Tell us why you're raising this dispute.
+
+
+
+
+
+
+
+ {files.length > 0 && (
+
+ {files.map((file, idx) => (
+
+ {typeof fileProgress[idx] === "number" && (
+
+
+ {file.name}
+ {fileProgress[idx]}%
+
+
+
+ )}
+
+ ))}
+
+ )}
+
+
+ {inlineError && (
+
{inlineError}
+ )}
+
+ {error && (
+
{error.message}
+ )}
+
+
+
+
+
+