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 909a3f9 commit dcc5ad3Copy full SHA for dcc5ad3
src/app/modules/activities-management/components/activity-list/activity-list.component.html
@@ -5,7 +5,7 @@
5
<th class="col-4 text-center">Activity ID</th>
6
<th class="col-4 text-center">Activity</th>
7
<th class="col-2 text-center" *ngIf="showOptionInDevelopment">Options</th>
8
- <th scope="col" class="col-2 text-center" *ngIf="showOptionInDevelopment">Status</th>
+ <th scope="col" class="col-2 text-center">Status</th>
9
</tr>
10
</thead>
11
<app-loading-bar *ngIf="isLoading$ | async"></app-loading-bar>
0 commit comments