Pārlūkot izejas kodu

Fix loan creation error

master
Immanuel Onyeka pirms 2 gadiem
vecāks
revīzija
86985c4daf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      components/new.vue

+ 1
- 1
components/new.vue Parādīt failu

@@ -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()})
)
}



Notiek ielāde…
Atcelt
Saglabāt