From 9a18344dad0d210b17c8a746e44c2fb0149784b8 Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Sat, 2 Jan 2016 17:43:48 -0800 Subject: [PATCH] Fix display of Checkpoints Tested Locally\n\nFixes 5782 --- server/boot/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', {