We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d7e89 commit cb6a51aCopy full SHA for cb6a51a
src/components/ChallengesComponent/ChallengeList/index.js
@@ -681,8 +681,7 @@ class ChallengeList extends Component {
681
</div>
682
<div className={styles.header}>
683
<div
684
- className={cn(styles.col5, styles.sortable)}
685
- onClick={() => this.updateSort('type')}
+ className={cn(styles.col5)}
686
>
687
<span className={styles.filterItem}>
688
Type
@@ -735,8 +734,7 @@ class ChallengeList extends Component {
735
734
</span>
736
737
738
- className={cn(styles.col3, styles.sortable)}
739
- onClick={() => this.updateSort('status')}
+ className={cn(styles.col3)}
740
741
742
Status
0 commit comments