Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
space after var lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis1282 committed Nov 2, 2023
1 parent 906a74b commit a505377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CurrentEntity/AnnotationHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ const AnnotationHistoryComponent: FC<any> = ({

// if user makes changes at the first time there are no draft yet
const isDraftSelected = !annotationStore.selectedHistory && (annotation.draftSelected || (!annotation.versions.draft && hasChanges));

return (
<Block name="annotation-history" mod={{ inline }}>
{showDraft && (
Expand Down

0 comments on commit a505377

Please sign in to comment.