Update challengeMap display, more consistent dasherization

This commit is contained in:
terakilobyte
2015-05-25 16:02:25 -04:00
parent f9386d1291
commit fb3447c366
6 changed files with 54 additions and 29 deletions

View File

@@ -23,7 +23,7 @@ module.exports = {
var noDuplicatedChallenges = R.uniq(completedList);
var challengeList = resources.allChallenges();
var challengeList = resources.getChallengeMapForDisplay();
var completedChallengeList = noDuplicatedChallenges
.map(function(challenge) {
return challenge._id;