Skip to content
Prev Previous commit
Next Next commit
added start time ih hover project
  • Loading branch information
daros10 committed Mar 19, 2020
commit c21fc6123ac5db80532756e1d7943a5df68676ff
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export class TimeClockComponent implements OnInit {
setShowFields(show: boolean) {
this.isClockIn = false;
this.showFields = show;
this.startTimer();
this.setTimeToInOut();
}

Expand Down