Skip to content

Commit 9c932c3

Browse files
committed
feat: TT-430 tests added and environment production enabled
1 parent 66e1f58 commit 9c932c3

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

package-lock.json

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)