aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-video-imports
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-10 10:05:50 +0200
committerChocobozzz <me@florianbigard.com>2022-06-10 10:05:50 +0200
commita3d7aadb6dee3c23828672ddcc1227f412674e22 (patch)
tree827377e70ec0c5d98559972e172ea9a827f7a252 /client/src/app/+my-library/my-video-imports
parentdb129781cabca2c66d18cd1dcdfe40f87e9ec030 (diff)
downloadPeerTube-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/my-video-imports')
-rw-r--r--client/src/app/+my-library/my-video-imports/my-video-imports.component.html2
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">