We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2504575 commit 94f09a9Copy full SHA for 94f09a9
src/shared/components/challenge-detail/Winners/index.jsx
@@ -78,8 +78,7 @@ export default function Winners(props) {
78
<a
79
styleName="download"
80
target="_blank"
81
- href={`${config.URL.STUDIO}/` +
82
- `?module=DownloadSubmission&sbmid=${submissionId}`}
+ href={isDesign ? `${config.URL.STUDIO}/?module=DownloadSubmission&sbmid=${submissionId}` : w.submissionDownloadLink}
83
>Download</a>
84
}
85
<div styleName="date">
0 commit comments