Skip to content

Commit 2504575

Browse files
fixed topcoder-platform#257 corrected download link for design submission download
1 parent 9bae199 commit 2504575

File tree

1 file changed

+2
-1
lines changed
  • src/shared/components/challenge-detail/Winners

1 file changed

+2
-1
lines changed

src/shared/components/challenge-detail/Winners/index.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ export default function Winners(props) {
7878
<a
7979
styleName="download"
8080
target="_blank"
81-
href={w.submissionDownloadLink}
81+
href={`${config.URL.STUDIO}/` +
82+
`?module=DownloadSubmission&sbmid=${submissionId}`}
8283
>Download</a>
8384
}
8485
<div styleName="date">

0 commit comments

Comments
 (0)