Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Mar 5, 2024
1 parent 51672b2 commit 46f57b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/app/src/components/DrawTools/AnnotationMarkers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default function AnnotationMarkers() {
boundary.status === BOUNDARY_STATUS.NEEDS_REVISIONS
? boundary.submission.review.annotations
: boundary.status === BOUNDARY_STATUS.DRAFT
? boundary?.previous_submission?.review.annotations
: null;
? boundary?.previous_submission?.review.annotations
: null;

const [annotationToDelete, setAnnotationToDelete] = useState(null);
const [annotationToView, setAnnotationToView] = useState(null);
Expand Down
12 changes: 6 additions & 6 deletions src/app/src/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 46f57b3

Please sign in to comment.