Commit 45445a995a143970445fc5d41482a4e49aab849b

Authored by Marcelo Puebla
1 parent 1bdd0808e7
Exists in develop

Fix

lint errors
src/app/modules/pago-electronico/pago-electronico.component.ts
... ... @@ -4,7 +4,7 @@ import { Router } from '@angular/router';
4 4 import { APP_SETTINGS } from 'src/etc/AppSettings';
5 5 import { BsModalService } from 'ngx-bootstrap/modal';
6 6 import { ErrorFormaPagoComponent } from 'src/app/shared/error-forma-pago/error-forma-pago.component';
7   -import { Subscription } from "rxjs";
  7 +import { Subscription } from 'rxjs';
8 8  
9 9 @Component({
10 10 selector: 'app-pago-electronico',