Skip to content

Commit

Permalink
Refactor DownloadMenu component to fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
minai621 committed Jul 22, 2024
1 parent 9f0a7d7 commit 1040b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/DownloadMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function DownloadMenu() {
>
<MenuItem onClick={handleExportToPDF}>Download as PDF</MenuItem>
<MenuItem onClick={handleExportToHTML}>Download as HTML</MenuItem>
<MenuItem onClick={handleExportToMarkdown}>Download as Markd</MenuItem>
<MenuItem onClick={handleExportToMarkdown} >Download as Markdown</MenuItem>
</Menu>
</Paper>
);
Expand Down

0 comments on commit 1040b83

Please sign in to comment.