Skip to content

Commit 70c255b

Browse files
authored
fix: TT-430 status column showed (#775)
1 parent e33e6b1 commit 70c255b

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">Status</th>
8+
<th scope="col" class="text-center" [ngClass]="showOptionInDevelopment ? 'col-2' : 'col-4'">Status</th>
99
</tr>
1010
</thead>
1111
<app-loading-bar *ngIf="isLoading$ | async"></app-loading-bar>

0 commit comments

Comments
 (0)