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