File tree 2 files changed +3
-3
lines changed
src/shared/components/challenge-listing 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export default function Listing({
93
93
} ;
94
94
95
95
return (
96
- < div styleName = "challengeCardContainer" id = "challengeCardContainer" >
96
+ < div styleName = "challengeCardContainer" >
97
97
{ auth . user ? getBucket ( BUCKETS . MY ) : null }
98
98
{ getBucket ( BUCKETS . OPEN_FOR_REGISTRATION ) }
99
99
{ getBucket ( BUCKETS . ONGOING ) }
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export default function ChallengeListing(props) {
86
86
}
87
87
88
88
return (
89
- < div styleName = "ChallengeFiltersExample" >
89
+ < div styleName = "ChallengeFiltersExample" id = "challengeFilterContainer" >
90
90
< ChallengeFilters
91
91
groupId = { props . groupId }
92
92
communityName = { props . communityName }
@@ -130,7 +130,7 @@ export default function ChallengeListing(props) {
130
130
{ challengeCardContainer }
131
131
132
132
< div styleName = "sidebar-container-desktop" >
133
- < Sticky top = { 20 } bottomBoundary = "#challengeCardContainer " >
133
+ < Sticky top = { 20 } bottomBoundary = "#challengeFilterContainer " >
134
134
< Sidebar hideTcLinksInFooter = { props . hideTcLinksInFooter } />
135
135
</ Sticky >
136
136
</ div >
You can’t perform that action at this time.
0 commit comments