diff --git a/src/components/CurrentEntity/AnnotationHistory.tsx b/src/components/CurrentEntity/AnnotationHistory.tsx index e1bdd2c91..2e95dfda9 100644 --- a/src/components/CurrentEntity/AnnotationHistory.tsx +++ b/src/components/CurrentEntity/AnnotationHistory.tsx @@ -109,6 +109,7 @@ const AnnotationHistoryComponent: FC = ({ // if user makes changes at the first time there are no draft yet const isDraftSelected = !annotationStore.selectedHistory && (annotation.draftSelected || (!annotation.versions.draft && hasChanges)); + return ( {showDraft && (