diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-10 10:05:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-10 10:05:50 +0200 |
commit | a3d7aadb6dee3c23828672ddcc1227f412674e22 (patch) | |
tree | 827377e70ec0c5d98559972e172ea9a827f7a252 /client/src/app/+my-library | |
parent | db129781cabca2c66d18cd1dcdfe40f87e9ec030 (diff) | |
download | PeerTube-a3d7aadb6dee3c23828672ddcc1227f412674e22.tar.gz PeerTube-a3d7aadb6dee3c23828672ddcc1227f412674e22.tar.zst PeerTube-a3d7aadb6dee3c23828672ddcc1227f412674e22.zip |
Fix my import expander icon
Should not be displayed if there is no import error
Diffstat (limited to 'client/src/app/+my-library')
-rw-r--r-- | client/src/app/+my-library/my-video-imports/my-video-imports.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-library/my-video-imports/my-video-imports.component.html b/client/src/app/+my-library/my-video-imports/my-video-imports.component.html index e0d4e8f14..1525d0bd1 100644 --- a/client/src/app/+my-library/my-video-imports/my-video-imports.component.html +++ b/client/src/app/+my-library/my-video-imports/my-video-imports.component.html | |||
@@ -24,7 +24,7 @@ | |||
24 | <ng-template pTemplate="body" let-expanded="expanded" let-videoImport> | 24 | <ng-template pTemplate="body" let-expanded="expanded" let-videoImport> |
25 | <tr> | 25 | <tr> |
26 | <td class="expand-cell" [pRowToggler]="videoImport"> | 26 | <td class="expand-cell" [pRowToggler]="videoImport"> |
27 | <my-table-expander-icon [expanded]="expanded"></my-table-expander-icon> | 27 | <my-table-expander-icon *ngIf="videoImport.error" [expanded]="expanded"></my-table-expander-icon> |
28 | </td> | 28 | </td> |
29 | 29 | ||
30 | <td class="action-cell"> | 30 | <td class="action-cell"> |