Skip to content

Commit

Permalink
revert rebase related change
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Oct 29, 2024
1 parent 4aa43fd commit 235cf3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const WithChallengeTaskClusters = function(WrappedComponent, storeTasks=f
}

if (import.meta.env.REACT_APP_DISABLE_TASK_CLUSTERS && !overrideDisable) {
return this.setState({ loading: false })
return this.setState({ loading: false })
}

if (!showAsClusters) {
Expand Down

0 comments on commit 235cf3c

Please sign in to comment.