X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmenu%2Fmenu.component.ts;h=4c35bb3a51ebed4f9d9fdb7a2adc8ab2d6c5ae19;hb=ed56ad1193bb5bb0a81fb843a11eb90d3fed9861;hp=1f66e37542e762dee76fcf558422773cd005196b;hpb=c5911fd347c76e8bdc05ea9f3ee9efed4a58c236;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/menu/menu.component.ts b/client/src/app/menu/menu.component.ts index 1f66e3754..4c35bb3a5 100644 --- a/client/src/app/menu/menu.component.ts +++ b/client/src/app/menu/menu.component.ts @@ -51,10 +51,6 @@ export class MenuComponent implements OnInit { ) } - getUserAvatarUrl () { - return this.user.getAvatarUrl() - } - isRegistrationAllowed () { return this.serverService.getConfig().signup.allowed }