Skip to content

Commit d097ab1

Browse files
committed
change value in hover
1 parent f0c823d commit d097ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/options-sidebar/time-clock/time-clock.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class TimeClockComponent implements OnInit {
5353
}
5454

5555
setShowFields(show: boolean) {
56-
this.isClockIn = !this.isClockIn;
56+
this.isClockIn = false;
5757
this.showFields = show;
5858
}
5959

0 commit comments

Comments
 (0)