Skip to content

Commit

Permalink
fix: remove extra parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Dec 12, 2023
1 parent 0cf5176 commit 249a619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function AccessDatasetMenu({
) : (
<DropdownButtonItem onClick={() => handleDownload(FileDownloadSizeMode.ORIGINAL)}>
{t('datasetActionButtons.accessDataset.downloadZip')} (
{getFormattedFileSize(FileDownloadSizeMode.ORIGINAL)}) )
{getFormattedFileSize(FileDownloadSizeMode.ORIGINAL)})
</DropdownButtonItem>
)
}
Expand Down

0 comments on commit 249a619

Please sign in to comment.