+
-
- )}
-
-
- {'data' in frame && frame.data && 'mutations' in frame.data ? (
-
-
+ ) : null}
+
+ {extraction?.html ? (
+
+
+ {beautify.html(extraction?.html, {indent_size: 2})}
+
+
+ ) : null}
+
+ {traces?.flattenedTraces.map((flatTrace, i) => (
+
-
- ) : null}
-
- {extraction?.html ? (
-
-
- {beautify.html(extraction?.html, {indent_size: 2})}
-
-
- ) : null}
-
- {traces?.flattenedTraces.map((flatTrace, i) => (
-
- ))}
-
- {isErrorFrame(frame) || isFeedbackFrame(frame) ? (
-
- ) : null}
-
+ ))}
+
+ {isErrorFrame(frame) || isFeedbackFrame(frame) ? (
+
+ ) : null}
+
+
);
}