fix progressBar not showing
reduce function needs initial seed closes #1753
This commit is contained in:
@ -533,7 +533,7 @@ module.exports = function(app) {
|
|||||||
return sum + 1;
|
return sum + 1;
|
||||||
}
|
}
|
||||||
return sum;
|
return sum;
|
||||||
});
|
}, 0);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
name: blockArray[0].block,
|
name: blockArray[0].block,
|
||||||
|
Reference in New Issue
Block a user