X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowing-list%2Ffollowing-list.component.ts;h=2c0f6db0c900d9f36eb8d7fd34723fa03fb6869c;hb=eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7;hp=383f66ffde6baf3f1b22c51eff04841a6398525f;hpb=3c10840fa90fc88fc98e8169faf4745ff6c80893;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/follows/following-list/following-list.component.ts b/client/src/app/+admin/follows/following-list/following-list.component.ts index 383f66ffd..2c0f6db0c 100644 --- a/client/src/app/+admin/follows/following-list/following-list.component.ts +++ b/client/src/app/+admin/follows/following-list/following-list.component.ts @@ -7,7 +7,7 @@ import { FollowModalComponent } from './follow-modal.component' @Component({ templateUrl: './following-list.component.html', - styleUrls: [ '../follows.component.scss', './following-list.component.scss' ] + styleUrls: [ './following-list.component.scss' ] }) export class FollowingListComponent extends RestTable implements OnInit { @ViewChild('followModal') followModal: FollowModalComponent