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 02f388e commit b6050dbCopy full SHA for b6050db
src/components/ChallengesComponent/ChallengeList/index.js
@@ -694,8 +694,7 @@ class ChallengeList extends Component {
694
</div>
695
<div className={styles.header}>
696
<div
697
- className={cn(styles.col5, styles.sortable)}
698
- onClick={() => this.updateSort('type')}
+ className={cn(styles.col5)}
699
>
700
<span className={styles.filterItem}>
701
Type
@@ -748,8 +747,7 @@ class ChallengeList extends Component {
748
747
</span>
749
750
751
- className={cn(styles.col3, styles.sortable)}
752
- onClick={() => this.updateSort('status')}
+ className={cn(styles.col3)}
753
754
755
Status
0 commit comments