From 06a92202beed25f063d7f6014489dfe69a40546c Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 11 May 2015 23:46:38 -0700 Subject: [PATCH] hotfix to fix #440 --- views/account/show.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/account/show.jade b/views/account/show.jade index 6f031d1ec3..f202664703 100644 --- a/views/account/show.jade +++ b/views/account/show.jade @@ -46,7 +46,7 @@ block content .col-xs-12.col-sm-12.col-md-3.text-center .background-svg.img-center .points-on-top - = "[ " + (user ? progressTimestamps.length : 0) + " ]" + = "[ " + (progressTimestamps.length) + " ]" .row