diff --git a/telemetry/ui/src/components/routes/app/AnnotationsView.tsx b/telemetry/ui/src/components/routes/app/AnnotationsView.tsx index 28bbf76c..7ed0ed8c 100644 --- a/telemetry/ui/src/components/routes/app/AnnotationsView.tsx +++ b/telemetry/ui/src/components/routes/app/AnnotationsView.tsx @@ -325,7 +325,7 @@ const ObservationsView = (props: { observations: AnnotationObservation[] }) => { className={`flex flex-col gap-1 ${i === observationsToShow.length - 1 ? '' : 'border-b-2'} border-gray-100`} >
- {observation.thumbs_up_thumbs_down !== undefined && ( + {observation.thumbs_up_thumbs_down !== null && (