Skip to content

Commit

Permalink
Fixed missing To attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
benjdelt committed Nov 20, 2019
1 parent 7d5a76d commit 7cac276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FileInfo/FileInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class FileInfo extends React.Component<IProps, IState> {
<>
{allowDownload && meta.downloadUrl ? (
<Link
href={meta.downloadUrl}
to={meta.downloadUrl}
target="_blank"
download={file.name}
sx={{ width: '300px' }}
Expand Down

0 comments on commit 7cac276

Please sign in to comment.