Skip to content
Prev Previous commit
Next Next commit
added validation clock out
  • Loading branch information
daros10 committed Mar 17, 2020
commit b402f4057a2a45b7b5642bb6a6962114998d351d
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export class TimeClockComponent {
this.showAlertEnterTecnology = true;
} else {
this.isClockIn = true;
this.isEnterTechnology = false;
this.showAlertEnterTecnology = false;
}
}
Expand Down