File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/shared/components/SubmissionPage Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,8 @@ class Submit extends React.Component {
192
192
Please follow the instructions on the Challenge Details page regarding
193
193
what your submission should contain and how it should be organized.
194
194
</ p >
195
- { track === COMPETITION_TRACKS . DEV ? (
195
+ { /* eslint-disable-next-line max-len */ }
196
+ { track === COMPETITION_TRACKS . DEV || track === COMPETITION_TRACKS . DS || track === COMPETITION_TRACKS . QA ? (
196
197
< p styleName = "additional-note" >
197
198
Upload your entire submission as a single zip file. If you are having
198
199
trouble uploading your file, please send your submission to
< a href = "mailto:[email protected] " > [email protected] </ a >
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ const Uploading = ({
173
173
onClick = { ( ) => back ( ) }
174
174
theme = { { button : style . button } }
175
175
>
176
- View My Submissions
176
+ My Submissions
177
177
</ PrimaryButton >
178
178
</ span >
179
179
) : (
You can’t perform that action at this time.
0 commit comments