diff --git a/server/boot/user.js b/server/boot/user.js index d0fca52d1e..7c6a859c6f 100644 --- a/server/boot/user.js +++ b/server/boot/user.js @@ -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', {