Skip to content

Commit cb6a51a

Browse files
committed
Remove sorting on status, type
#1448
1 parent a8d7e89 commit cb6a51a

File tree

1 file changed

+2
-4
lines changed
  • src/components/ChallengesComponent/ChallengeList

1 file changed

+2
-4
lines changed

src/components/ChallengesComponent/ChallengeList/index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,7 @@ class ChallengeList extends Component {
681681
</div>
682682
<div className={styles.header}>
683683
<div
684-
className={cn(styles.col5, styles.sortable)}
685-
onClick={() => this.updateSort('type')}
684+
className={cn(styles.col5)}
686685
>
687686
<span className={styles.filterItem}>
688687
Type
@@ -735,8 +734,7 @@ class ChallengeList extends Component {
735734
</span>
736735
</div>
737736
<div
738-
className={cn(styles.col3, styles.sortable)}
739-
onClick={() => this.updateSort('status')}
737+
className={cn(styles.col3)}
740738
>
741739
<span className={styles.filterItem}>
742740
Status

0 commit comments

Comments
 (0)