Skip to content

Commit aafa221

Browse files
fix: TT-471 fix the disposition of column test (#783)
1 parent a82f12b commit aafa221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/modules/users/components/users-list/users-list.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
(change)="switchGroup('time-tracker-admin', user); updateRole(ROLES.admin, user, $event);"
2424
[checked]="user.groups.includes('time-tracker-admin')"></ui-switch>
2525
admin
26-
<div *ngIf="!isDevelopment">
26+
<span *ngIf="!isDevelopment">
2727
<ui-switch
2828
size="small"
2929
(change)="switchGroup('time-tracker-tester', user)"
3030
[checked]="user.groups.includes('time-tracker-tester')"></ui-switch>
3131
test
32-
</div>
32+
</span>
3333
</td>
3434
</tr>
3535
</tbody>

0 commit comments

Comments
 (0)