Skip to content

Commit ce119b9

Browse files
authored
Merge pull request topcoder-platform#316 from shubhendusaurabh/issue-257
fixed topcoder-platform#257 corrected download link for design submission download
2 parents 6806aa2 + 94f09a9 commit ce119b9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default function Winners(props) {
8080
<a
8181
styleName="download"
8282
target="_blank"
83-
href={w.submissionDownloadLink}
83+
href={isDesign ? `${config.URL.STUDIO}/?module=DownloadSubmission&sbmid=${submissionId}` : w.submissionDownloadLink}
8484
>Download</a>
8585
}
8686
<div styleName="date">

0 commit comments

Comments
 (0)