Skip to content

Commit

Permalink
Finance: fix the download button (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre authored Apr 17, 2019
1 parent eaf09e7 commit 0ddce97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/finance/app/src/components/DownloadButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import IconDownload from './IconDownload'

const Download = ({ url, filename, ...props }) => (
<ButtonIcon
as="a"
href={url}
download={filename}
rel="noopener noreferrer"
Expand Down

0 comments on commit 0ddce97

Please sign in to comment.