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;
|
||||
});
|
||||
}, 0);
|
||||
|
||||
return {
|
||||
name: blockArray[0].block,
|
||||
|
Reference in New Issue
Block a user