diff --git a/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts b/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts index db66387ab..66eee28a4 100644 --- a/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts +++ b/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts @@ -5,6 +5,7 @@ import { AuthService, Notifier, RestPagination, RestTable, ServerService } from import { VideoChannelSyncService } from '@app/shared/shared-main/channel/video-channel-sync.service' import { VideoChannelService } from '@app/shared/shared-main/channel/video-channel.service' import { AlertComponent } from '@app/shared/shared-main/common/alert.component' +import { AutoColspanDirective } from '@app/shared/shared-main/common/auto-colspan.directive' import { PTDatePipe } from '@app/shared/shared-main/common/date.pipe' import { NgbTooltip } from '@ng-bootstrap/ng-bootstrap' import { HTMLServerConfig, VideoChannelSync, VideoChannelSyncState, VideoChannelSyncStateType } from '@peertube/peertube-models' @@ -29,7 +30,8 @@ import { ActionDropdownComponent, DropdownAction } from '../../shared/shared-mai ActorAvatarComponent, NgClass, PTDatePipe, - AlertComponent + AlertComponent, + AutoColspanDirective ] }) export class MyVideoChannelSyncsComponent extends RestTable implements OnInit {