Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
noctillion committed Aug 7, 2023
1 parent 7f278a8 commit 69817a5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/js/components/Provenance/DownloadDats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ const DownloadDats = ({ metadata }: { metadata: ProvenanceStoreDataset }) => {

return (
<Space style={{ marginTop: '20px', justifyContent: 'center' }}>
<Button
type="primary"
icon={<DownloadOutlined />}
onClick={exportData}
disabled={isDatsFileEmpty}
>
<Button type="primary" icon={<DownloadOutlined />} onClick={exportData} disabled={isDatsFileEmpty}>
{t('Download DATS File')}
</Button>
</Space>
Expand Down

0 comments on commit 69817a5

Please sign in to comment.