From 55efe1a6fa54876affce3c78272e945c7866986d Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sat, 23 Sep 2017 22:39:13 +0000 Subject: [PATCH] Empty string instead of total --- controllers/total/views.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/total/views.js b/controllers/total/views.js index 0a6841a..7969220 100644 --- a/controllers/total/views.js +++ b/controllers/total/views.js @@ -5,7 +5,7 @@ module.exports.total = function(req, res, render) { let courses = []; let total = { name: "Total", - type: "Total", + type: "", time: 0, tdEquivalent: 0, }