mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-24 15:05:24 -07:00
Correct spurious td
This commit is contained in:
parent
d722a68249
commit
cf40f82699
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
||||||
<span *ngIf="u.userType === 3">Emby User</span>
|
<span *ngIf="u.userType === 3">Emby User</span>
|
||||||
<span *ngIf="u.userType === 4">Emby Connect User</span>
|
<span *ngIf="u.userType === 4">Emby Connect User</span>
|
||||||
<span *ngIf="u.userType === 5">Jellyfin User</span>
|
<span *ngIf="u.userType === 5">Jellyfin User</span>
|
||||||
<span *ngIf="u.userType === 6">LDAP User</span> </td>
|
<span *ngIf="u.userType === 6">LDAP User</span>
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue