Bläddra i källkod

Fix loan creation error

master
Immanuel Onyeka 2 år sedan
förälder
incheckning
86985c4daf
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      components/new.vue

+ 1
- 1
components/new.vue Visa fil

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



Laddar…
Avbryt
Spara