Skip to content

Commit

Permalink
reorder and remove extra fiter dropdown (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak authored Sep 12, 2023
1 parent 5d9bb8b commit edc2622
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export class ChallengeFilterSubnav extends Component {
<SortChallengesSelector {...this.props} />
<FilterByKeyword {...this.props} />
<FilterByDifficulty {...this.props} />
<FilterByKeyword {...this.props} />
<FilterByCategorizationKeywords {...this.props} />
<CommandSearchBox
{...this.props}
Expand Down
2 changes: 1 addition & 1 deletion src/components/MobileFilterMenu/MobileFilterMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export class MobileFilterMenu extends Component {
toggleActive={this.props.toggleActive}>
<Menu {...this.props}>
<FilterByDifficulty asMenuList {...this.props} />
<FilterByKeyword asMenuList {...this.props} />
<LocationFilter asMenuList {...this.props} />
<FilterByCategorizationKeywords asMenuList {...this.props} />
<FilterByKeyword asMenuList {...this.props} />
</Menu>
</SimpleDropdown>
)
Expand Down

0 comments on commit edc2622

Please sign in to comment.