diff options
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-history/my-account-history.component.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-history/my-account-history.component.html b/client/src/app/+my-account/my-account-history/my-account-history.component.html index 6b94d5477..cfa5ca636 100644 --- a/client/src/app/+my-account/my-account-history/my-account-history.component.html +++ b/client/src/app/+my-account/my-account-history/my-account-history.component.html | |||
@@ -18,6 +18,7 @@ | |||
18 | <div class="video" *ngFor="let video of videos"> | 18 | <div class="video" *ngFor="let video of videos"> |
19 | <my-video-miniature | 19 | <my-video-miniature |
20 | [video]="video" [displayAsRow]="true" | 20 | [video]="video" [displayAsRow]="true" |
21 | (videoRemoved)="removeVideoFromArray(video)" (videoBlocked)="removeVideoFromArray(video)"></my-video-miniature> | 21 | (videoRemoved)="removeVideoFromArray(video)" (videoBlocked)="removeVideoFromArray(video)" |
22 | ></my-video-miniature> | ||
22 | </div> | 23 | </div> |
23 | </div> | 24 | </div> |