Fix display of Checkpoints

Tested Locally\n\nFixes 5782
This commit is contained in:
SaintPeter
2016-01-02 17:43:48 -08:00
parent 833addf7f3
commit 9a18344dad

View File

@@ -192,7 +192,7 @@ module.exports = function(app) {
});
const waypoints = profileUser.completedChallenges.filter(function(obj) {
return (obj.name || '').match(/^Waypoint/i);
return (obj.name || '').match(/^Waypoint|^Checkpoint/i);
});
res.render('account/show', {