Commit a306f67827f51cfd8fcafa4911b16bf00f5e4efa

Authored by Benjamin Rodriguez
1 parent 12803ee663

arreglo bugs

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/app/modules/admin/admin.component.ts
... ... @@ -9,7 +9,7 @@ import { Router } from '@angular/router';
9 9  
10 10 export class AdminComponent implements OnInit {
11 11 timerReposo: any;
12   -
  12 +
13 13 constructor(
14 14 private router: Router,
15 15 ) { }
... ... @@ -21,7 +21,7 @@ export class AdminComponent implements OnInit {
21 21 @HostListener('document:click', ['$event'])
22 22  
23 23 documentClick(event: MouseEvent) {
24   - if (event){
  24 + if (event) {
25 25 this.restartTimer();
26 26 }
27 27 }