File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed
components/ChallengesComponent Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -657,9 +657,9 @@ class ChallengeList extends Component {
657657 </ div >
658658 < div className = { cn ( styles . col4 , styles . sortable ) } > Forums</ div >
659659 < div className = { cn ( styles . col3 , styles . sortable ) } > Status</ div >
660- < div className = { styles . col6 } > </ div >
661- < div className = { styles . col6 } > </ div >
662- < div className = { styles . col6 } > </ div >
660+ < div className = { styles . col6 } / >
661+ < div className = { styles . col6 } / >
662+ < div className = { styles . col6 } / >
663663 </ div >
664664 ) }
665665 { challenges . length > 0 && (
Original file line number Diff line number Diff line change 33.challenges {
44 width : 100% ;
55 box-sizing : border-box ;
6- padding : 30px ;
6+ padding : 20 px 30 px 30 px 30px ;
77}
88
99.title {
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ class Challenges extends Component {
150150 auth,
151151 metadata
152152 } = this . props
153- const { searchProjectName, onlyMyProjects } = this . state
153+ const { searchProjectName } = this . state
154154 const { challengeTypes = [ ] } = metadata
155155 const projectInfo = _ . find ( projects , { id : activeProjectId } ) || { }
156156 const projectComponents =
@@ -167,7 +167,7 @@ class Challenges extends Component {
167167 ) )
168168 return (
169169 < Fragment >
170- < div className = { styles . projectSearch } >
170+ < div className = { ! dashboard && styles . projectSearch } >
171171 { ! selfService && (
172172 < div className = { styles . projectSearchHeader } >
173173 { ! dashboard && < label > Switch Project</ label > }
@@ -180,13 +180,6 @@ class Challenges extends Component {
180180 value = { searchProjectName }
181181 />
182182 ) }
183- < input
184- type = 'checkbox'
185- label = 'My Projects'
186- checked = { onlyMyProjects }
187- onChange = { this . toggleMyProjects }
188- />
189- < label > My Projects</ label >
190183 </ div >
191184 ) }
192185 { ! dashboard && activeProjectId === - 1 && ! selfService && (
You can’t perform that action at this time.
0 commit comments