mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix my import expander icon
Should not be displayed if there is no import error
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<ng-template pTemplate="body" let-expanded="expanded" let-videoImport>
|
||||
<tr>
|
||||
<td class="expand-cell" [pRowToggler]="videoImport">
|
||||
<my-table-expander-icon [expanded]="expanded"></my-table-expander-icon>
|
||||
<my-table-expander-icon *ngIf="videoImport.error" [expanded]="expanded"></my-table-expander-icon>
|
||||
</td>
|
||||
|
||||
<td class="action-cell">
|
||||
|
||||
Reference in New Issue
Block a user