Lint fix
parent
309afaccec
commit
6cc1023aa6
|
@ -135,7 +135,7 @@ export default {
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
lastYearTotal() {
|
lastYearTotal() {
|
||||||
let total = 0;
|
let total = 0;
|
||||||
for(let sale of this.sales) {
|
for(let sale of this.sales) {
|
||||||
total += sale.lastYearProfit;
|
total += sale.lastYearProfit;
|
||||||
|
@ -185,7 +185,7 @@ export default {
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
lastYearTotal() {
|
lastYearTotal() {
|
||||||
let total = 0;
|
let total = 0;
|
||||||
for(let sale of this.sales) {
|
for(let sale of this.sales) {
|
||||||
total += sale.lastYearProfit;
|
total += sale.lastYearProfit;
|
||||||
|
|
Loading…
Reference in New Issue