Code formatting.
This commit is contained in:
@@ -135,6 +135,7 @@
|
||||
.includes(this.search_customer.replace(/ /g, '').toLowerCase())
|
||||
});
|
||||
},
|
||||
|
||||
deleteCustomer(index) {
|
||||
let vm = this;
|
||||
let customer_key = Object.keys(this.customers).find(key => (this.customers[key].id == this.getFilteredCustomers()[index].id));
|
||||
|
||||
Reference in New Issue
Block a user