Skip to content

Commit dcc5ad3

Browse files
committed
feat: TT-430 status column label showed
1 parent 909a3f9 commit dcc5ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/activities-management/components/activity-list/activity-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<th class="col-4 text-center">Activity ID</th>
66
<th class="col-4 text-center">Activity</th>
77
<th class="col-2 text-center" *ngIf="showOptionInDevelopment">Options</th>
8-
<th scope="col" class="col-2 text-center" *ngIf="showOptionInDevelopment">Status</th>
8+
<th scope="col" class="col-2 text-center">Status</th>
99
</tr>
1010
</thead>
1111
<app-loading-bar *ngIf="isLoading$ | async"></app-loading-bar>

0 commit comments

Comments
 (0)