Lint fixes

pull/104/head
cagataycivici 2019-10-21 18:08:45 +03:00
parent ad54123711
commit d56df2e513
2 changed files with 3 additions and 3 deletions

View File

@ -849,7 +849,7 @@ export default {
},
calculateGroupTotal(brand) {
let total = 0;
if (this.cars) {
for (let car of this.cars) {
if (car.brand === brand) {

View File

@ -146,7 +146,7 @@ export default {
},
calculateGroupTotal(brand) {
let total = 0;
if (this.cars) {
for (let car of this.cars) {
if (car.brand === brand) {
@ -193,7 +193,7 @@ export default {
},
calculateGroupTotal(brand) {
let total = 0;
if (this.cars) {
for (let car of this.cars) {
if (car.brand === brand) {