X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowing-list%2Ffollowing-list.component.ts;h=f34490cc87c9888e7afc326e1f6b43ddea310729;hb=4f926722ea6784ea389013378fd233f59077ec8a;hp=5f71f123880f30387b0987f6ebf7c7c3a4aee304;hpb=fce7fe04eed39e23e76717085e92118e963def81;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 5f71f1238..f34490cc8 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 @@ -6,7 +6,6 @@ import { BatchDomainsModalComponent } from '@app/shared/shared-moderation' import { ActorFollow } from '@shared/models' @Component({ - selector: 'my-followers-list', templateUrl: './following-list.component.html', styleUrls: [ '../follows.component.scss', './following-list.component.scss' ] })