File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
containers/SubmissionManagement Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export const TABS = {
1212 REGISTRANTS : 'registrants' ,
1313 CHECKPOINTS : 'checkpoints' ,
1414 SUBMISSIONS : 'submissions' ,
15- MY_SUBMISSIONS : 'my_submissions ' ,
15+ MY_SUBMISSIONS : 'my submissions ' ,
1616 WINNERS : 'winners' ,
1717 CHALLENGE_FORUM : 'challenge_forum' ,
1818 MM_DASHBOARD : 'dashboard' ,
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ export default function ChallengeViewSelector(props) {
308308 {
309309 currentSelected === DETAIL_TABS . MY_SUBMISSIONS && hasRegistered
310310 && isMM && mySubmissions && (
311- < span styleName = "mobile-tab-num" > { numOfSub } </ span >
311+ < span styleName = "mobile-tab-num" > { mySubmissions . length } </ span >
312312 )
313313 }
314314 {
@@ -335,7 +335,7 @@ export default function ChallengeViewSelector(props) {
335335 }
336336 </ div >
337337 {
338- isSubmissionTabSelected && ! isDesign && (
338+ isSubmissionTabSelected && (
339339 < div
340340 styleName = "mobile-sort-icon"
341341 role = "button"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ $sm-space-40: $base-unit * 8;
77.outer-container {
88 background : $tc-gray-10 ;
99 padding : 24px ;
10+ width : 100% ;
1011
1112 @include xs-to-sm {
1213 padding : 15px ;
You can’t perform that action at this time.
0 commit comments