From bb152476c819e4c7487d080433c616f0d523e049 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 14 Apr 2020 10:55:34 +0200 Subject: Refactor follow/mute as modals in admin, add actions in abuse list --- .../src/app/videos/+video-watch/comment/video-comment-add.component.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/src/app/videos/+video-watch') diff --git a/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts b/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts index 0f7c19765..e1a8f6260 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts +++ b/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts @@ -11,7 +11,6 @@ import { VideoCommentService } from './video-comment.service' import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service' import { VideoCommentValidatorsService } from '@app/shared/forms/form-validators/video-comment-validators.service' import { NgbModal } from '@ng-bootstrap/ng-bootstrap' -import { AuthService } from '@app/core/auth' @Component({ selector: 'my-video-comment-add', @@ -38,7 +37,6 @@ export class VideoCommentAddComponent extends FormReactive implements OnInit { private videoCommentValidatorsService: VideoCommentValidatorsService, private notifier: Notifier, private videoCommentService: VideoCommentService, - private authService: AuthService, private modalService: NgbModal, private router: Router ) { -- cgit v1.2.3