Skip to content

Commit

Permalink
Format code to be compatible with prettier 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Jan 13, 2025
1 parent 7d666d4 commit 039204b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sidebar/components/ShareDialog/ExportAnnotations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,7 @@ function ExportAnnotations({
<p data-testid="drafts-message">
You have {draftCount} unsaved{' '}
{pluralize(draftCount, 'draft', 'drafts')}
{exportableAnnotations.length > 0 && (
<> that will not be included</>
)}.
{exportableAnnotations.length > 0 && <> that will not be included</>}.
</p>
)}
<CardActions>
Expand Down

0 comments on commit 039204b

Please sign in to comment.