We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c4b9a commit 873ee6aCopy full SHA for 873ee6a
2 files changed
options/footer-style.html
@@ -50,7 +50,7 @@
50
const field = this.field
51
52
return `$${data.map(function (row) {
53
- return +row[field].substring(1)
+ return row[field] ? +row[field].substring(1) : 0
54
}).reduce(function (sum, i) {
55
return sum + i
56
}, 0)}`
options/show-footer.html
0 commit comments