+ {inspection.experimental_preview ? (
+
+ ) : null}
+ {inspection.experimental_preview && comments.length > 0 ? (
+
+ {comments.map((comment, index) => (
+ -
+
+ {index + 1}
+
+
+ {comment}
+
+
+ ))}
+
+ ) : null}
+ {!inspection.experimental_preview ? (
+
+
+
+ {inspection.metadata}
+
+
+ ) : null}
+