Переглянути джерело

Fix loan creation error

master
Immanuel Onyeka 2 роки тому
джерело
коміт
86985c4daf
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      components/new.vue

+ 1
- 1
components/new.vue Переглянути файл

@@ -236,7 +236,7 @@ const newFee = {
// Clone loan from initial example as a new loan
function create() {
this.estimate.loans.push(
Object.assign({}, example, {fees: createFees()})
Object.assign({}, example, {fees: this.createFees()})
)
}



Завантаження…
Відмінити
Зберегти