+
+ {humanAnnotationSpecs.length > 0 ? (
+ <>
+
+
+
+
+
+
+ >
+ ) : (
+
+
+
+
+
+
+ )}
+
+ );
+};
+
+type HumanAnnotationSectionProps = {
+ entity: string;
+ project: string;
+ callID: string;
+ humanAnnotationSpecs: tsHumanAnnotationSpec[];
+ setUnsavedFeedbackChanges: React.Dispatch<
+ React.SetStateAction