diff --git a/src/module/user/Match.js b/src/module/user/Match.js index d74e931..26f2cca 100644 --- a/src/module/user/Match.js +++ b/src/module/user/Match.js @@ -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; }