Skip to content

Commit

Permalink
added progressed maxed challenges to list if not disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIntaqt committed May 31, 2023
1 parent 44ce21b commit 0f330b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/user/Match.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export default class Match extends Component {
}
});

if (challenge["old"]["tier"] === highestThreshold) {
if (this.state.showMax === false && challenge["old"]["tier"] === highestThreshold) {
continue;
}

Expand Down

0 comments on commit 0f330b8

Please sign in to comment.