Skip to content

Commit f0c823d

Browse files
committed
added clockIn in hover
1 parent 03e8fa1 commit f0c823d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ <h6 class="text-left"><strong>Projects</strong></h6>
4242
</form>
4343
<p class="text-left"><i class="fas fa-folder"></i><strong> Top</strong></p>
4444
<ul class="list-group">
45-
4645
<app-project-list-hover [projects]="projects" (showFields)="setShowFields($event)"></app-project-list-hover>
47-
48-
4946
</ul>
5047
<br>
5148
<form *ngIf="!isClockIn || showFields ">

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

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

5555
setShowFields(show: boolean) {
56+
this.isClockIn = !this.isClockIn;
5657
this.showFields = show;
5758
}
5859

0 commit comments

Comments
 (0)