X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fmoderation%2Fuser-moderation-dropdown.component.ts;h=9dd16812b41d40077d78b5e77f2f92bf1bcaab57;hb=8dfceec44a5eec8b0190d1d5076aab0f03a0cb52;hp=9a2461ebf3f2db695c15b458e37f8f4bb04d287d;hpb=88108880bbdba473cfe36ecbebc1c3c4f972e102;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts index 9a2461ebf..9dd16812b 100644 --- a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts +++ b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts @@ -10,8 +10,7 @@ import { BlocklistService } from '@app/shared/blocklist' @Component({ selector: 'my-user-moderation-dropdown', - templateUrl: './user-moderation-dropdown.component.html', - styleUrls: [ './user-moderation-dropdown.component.scss' ] + templateUrl: './user-moderation-dropdown.component.html' }) export class UserModerationDropdownComponent implements OnChanges { @ViewChild('userBanModal') userBanModal: UserBanModalComponent