Skip to content

Commit

Permalink
revert formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Jan 8, 2024
1 parent 5416b59 commit 2735766
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ export class ChallengeResultList extends Component {
&& (this.props.searchSort?.sortBy === "created"
|| _isEmpty(this.props.searchSort)
|| this.props.location.search.includes("default"))
? limitUserResults(challengeResultsUnbound)
: challengeResultsUnbound;
? limitUserResults(challengeResultsUnbound)
: challengeResultsUnbound;

const challengeResults = this.props.project?.id ? _filter(allChallenges, (challenge) => {
return (isUsableChallengeStatus(challenge.status))
Expand Down

0 comments on commit 2735766

Please sign in to comment.