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 71bc7e2 commit c30be85Copy full SHA for c30be85
app/components/download-graph.js
@@ -47,7 +47,7 @@ export default Ember.Component.extend({
47
// the line altogether.
48
if (!on[k] && value === 0) {
49
data[i][k + 1] = null;
50
- }
+ }
51
// If we are off and the value is not zero, we
52
// need to turn back on. (keep the value the same though)
53
else if (!on[k] && value !== 0) {
0 commit comments