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 = {
12
12
REGISTRANTS : 'registrants' ,
13
13
CHECKPOINTS : 'checkpoints' ,
14
14
SUBMISSIONS : 'submissions' ,
15
- MY_SUBMISSIONS : 'my_submissions ' ,
15
+ MY_SUBMISSIONS : 'my submissions ' ,
16
16
WINNERS : 'winners' ,
17
17
CHALLENGE_FORUM : 'challenge_forum' ,
18
18
MM_DASHBOARD : 'dashboard' ,
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ export default function ChallengeViewSelector(props) {
308
308
{
309
309
currentSelected === DETAIL_TABS . MY_SUBMISSIONS && hasRegistered
310
310
&& isMM && mySubmissions && (
311
- < span styleName = "mobile-tab-num" > { numOfSub } </ span >
311
+ < span styleName = "mobile-tab-num" > { mySubmissions . length } </ span >
312
312
)
313
313
}
314
314
{
@@ -335,7 +335,7 @@ export default function ChallengeViewSelector(props) {
335
335
}
336
336
</ div >
337
337
{
338
- isSubmissionTabSelected && ! isDesign && (
338
+ isSubmissionTabSelected && (
339
339
< div
340
340
styleName = "mobile-sort-icon"
341
341
role = "button"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ $sm-space-40: $base-unit * 8;
7
7
.outer-container {
8
8
background : $tc-gray-10 ;
9
9
padding : 24px ;
10
+ width : 100% ;
10
11
11
12
@include xs-to-sm {
12
13
padding : 15px ;
You can’t perform that action at this time.
0 commit comments