From 4b70c278a960a8d43407f0039aa03d0b08b44f9c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 26 May 2023 10:27:02 +0200 Subject: Automatic colspan for tables --- .../video-redundancies-list/video-redundancies-list.component.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts') diff --git a/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts b/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts index d65467a4d..efcefd509 100644 --- a/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts +++ b/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts @@ -63,12 +63,6 @@ export class VideoRedundanciesListComponent extends RestTable implements OnInit }) } - getColspan () { - if (this.isDisplayingRemoteVideos()) return 5 - - return 4 - } - isDisplayingRemoteVideos () { return this.displayType === 'remote-videos' } -- cgit v1.2.3