We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc9013 commit c7cfe47Copy full SHA for c7cfe47
src/app/modules/time-clock/pages/time-clock.component.html
@@ -13,15 +13,13 @@
13
</p>
14
</div>
15
16
-
+
17
<app-project-list-hover></app-project-list-hover>
18
<div *ngIf="areFieldsVisible">
19
<app-entry-fields></app-entry-fields>
20
21
22
<div class="form-group">
23
- <button *ngIf="areFieldsVisible" class="btn btn-primary btn-block" type="button" (click)="clockOut()">
24
- Clock Out
25
- </button>
+ <button *ngIf="areFieldsVisible" class="btn btn-primary btn-block" type="button" (click)="clockOut()">Clock Out</button>
26
27
0 commit comments