Sfoglia il codice sorgente

Fix loan creation error

master
Immanuel Onyeka 2 anni fa
parent
commit
86985c4daf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      components/new.vue

+ 1
- 1
components/new.vue Vedi File

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



Loading…
Annulla
Salva