Skip to content

Commit

Permalink
Fix issue when selecting single challenge does nothing.
Browse files Browse the repository at this point in the history
It was not added to challenge set :(
  • Loading branch information
BONNe committed Feb 14, 2019
1 parent 8f9aa78 commit bf9d710
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ private PanelItem createChallengeButton(Challenge challenge)
}
else
{
this.selectedChallenges.add(challenge);
this.consumer.accept(true, this.selectedChallenges);
}

Expand Down

0 comments on commit bf9d710

Please sign in to comment.