Commit 28412f81 authored by Bryce Johnson's avatar Bryce Johnson

Break up more props.

parent d1361c41
......@@ -5,7 +5,12 @@
app.comparisonPane = {
name: 'time-tracking-comparison-pane',
props: ['timeSpent', 'timeEstimate', 'timeSpentHuman', 'timeEstimateHuman'],
props: [
'timeSpent',
'timeEstimate',
'timeSpentHuman',
'timeEstimateHuman'
],
computed: {
parsedRemaining() {
const diffSeconds = 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