Skip to content

Commit

Permalink
fix: lint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekshourya29 committed Oct 14, 2024
1 parent 70cd90b commit 9173d5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const WorkspaceDraftIssueDeleteIssueModal: React.FC<Props> = (props) => {
isSubmitting={isDeleting}
isOpen={isOpen}
title="Delete draft"
content={<>Are you sure you want to delete this draft? This can't be undone.</>}
content={<>Are you sure you want to delete this draft? This can&apos;t be undone.</>}
/>
);
};

0 comments on commit 9173d5f

Please sign in to comment.