Commit 86a19f27 authored by Bryce Johnson's avatar Bryce Johnson

Remove extra newline in comparison_pane component.

parent 29d86bd4
......@@ -24,7 +24,6 @@
const prefix = this.timeRemainingMinutes < 0 ? 'Over by' : 'Time remaining:';
return `${prefix} ${this.timeRemainingHumanReadable}`;
},
/* Diff values for comparison meter */
timeRemainingMinutes() {
return this.timeEstimate - this.timeSpent;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment