Lint fixes
parent
ad54123711
commit
d56df2e513
|
@ -849,7 +849,7 @@ export default {
|
||||||
},
|
},
|
||||||
calculateGroupTotal(brand) {
|
calculateGroupTotal(brand) {
|
||||||
let total = 0;
|
let total = 0;
|
||||||
|
|
||||||
if (this.cars) {
|
if (this.cars) {
|
||||||
for (let car of this.cars) {
|
for (let car of this.cars) {
|
||||||
if (car.brand === brand) {
|
if (car.brand === brand) {
|
||||||
|
|
|
@ -146,7 +146,7 @@ export default {
|
||||||
},
|
},
|
||||||
calculateGroupTotal(brand) {
|
calculateGroupTotal(brand) {
|
||||||
let total = 0;
|
let total = 0;
|
||||||
|
|
||||||
if (this.cars) {
|
if (this.cars) {
|
||||||
for (let car of this.cars) {
|
for (let car of this.cars) {
|
||||||
if (car.brand === brand) {
|
if (car.brand === brand) {
|
||||||
|
@ -193,7 +193,7 @@ export default {
|
||||||
},
|
},
|
||||||
calculateGroupTotal(brand) {
|
calculateGroupTotal(brand) {
|
||||||
let total = 0;
|
let total = 0;
|
||||||
|
|
||||||
if (this.cars) {
|
if (this.cars) {
|
||||||
for (let car of this.cars) {
|
for (let car of this.cars) {
|
||||||
if (car.brand === brand) {
|
if (car.brand === brand) {
|
||||||
|
|
Loading…
Reference in New Issue