Forgot to lint earlier
This commit is contained in:
@@ -174,7 +174,10 @@ export class PaymentComponent implements OnInit, AfterViewInit, OnDestroy {
|
||||
}
|
||||
|
||||
addRow() {
|
||||
const amount = this.math.parseAmount((this.form.get('addRow') as UntypedFormControl).value.amount, 2);
|
||||
const amount = this.math.parseAmount(
|
||||
(this.form.get('addRow') as UntypedFormControl).value.amount,
|
||||
2,
|
||||
);
|
||||
const debit = 1;
|
||||
if (this.account === null || amount <= 0) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user