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 {
192192 Please follow the instructions on the Challenge Details page regarding
193193 what your submission should contain and how it should be organized.
194194 </ 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 ? (
196197 < p styleName = "additional-note" >
197198 Upload your entire submission as a single zip file. If you are having
198199 trouble uploading your file, please send your submission to < a href = "mailto:support@topcoder.com" > support@topcoder.com</ a >
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ const Uploading = ({
173173 onClick = { ( ) => back ( ) }
174174 theme = { { button : style . button } }
175175 >
176- View My Submissions
176+ My Submissions
177177 </ PrimaryButton >
178178 </ span >
179179 ) : (
You can’t perform that action at this time.
0 commit comments