@@ -735,7 +735,7 @@ class ChallengeList extends Component {
onClick={() => this.updateSort('startDate')}
>
- Start Date
+ Start Date
{this.renderSortIcon('startDate')}
@@ -744,7 +744,7 @@ class ChallengeList extends Component {
onClick={() => this.updateSort('endDate')}
>
- End Date
+ End Date
{this.renderSortIcon('endDate')}
@@ -770,7 +770,7 @@ class ChallengeList extends Component {
className={cn(styles.col3)}
>
- Status
+ Status
{this.renderSortIcon('status')}
- ( {challenge.legacyId ? Online Review
- :
- {/* Don't disable button for real inside tooltip, otherwise mouseEnter/Leave events work not good */}
- Online Review
- }
- )
+ {/* Always show Review link for v5 challenges using v5 ID */}
+ <>
+ Review
+ >