Empty string instead of total
This commit is contained in:
parent
042ac0f9d3
commit
55efe1a6fa
|
@ -5,7 +5,7 @@ module.exports.total = function(req, res, render) {
|
||||||
let courses = [];
|
let courses = [];
|
||||||
let total = {
|
let total = {
|
||||||
name: "Total",
|
name: "Total",
|
||||||
type: "Total",
|
type: "",
|
||||||
time: 0,
|
time: 0,
|
||||||
tdEquivalent: 0,
|
tdEquivalent: 0,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue