From 6ebdd12f8806edd7076e89c8ea3bcfaf5658b2b6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 29 Jun 2021 17:25:19 +0200 Subject: Move privacy concerns in a dedicated component --- .../+videos/+video-watch/shared/metadata/video-description.component.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src/app/+videos/+video-watch/shared/metadata') diff --git a/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts b/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts index 2ea3b206f..b554567d9 100644 --- a/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts +++ b/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts @@ -2,7 +2,6 @@ import { Component, EventEmitter, Inject, Input, LOCALE_ID, OnChanges, Output } import { MarkdownService, Notifier } from '@app/core' import { VideoDetails, VideoService } from '@app/shared/shared-main' - @Component({ selector: 'my-video-description', templateUrl: './video-description.component.html', -- cgit v1.2.3