Design video update
[oweals/peertube.git] / client / src / app / menu / menu.component.ts
index 4c35bb3a51ebed4f9d9fdb7a2adc8ab2d6c5ae19..8b8b714a807139a9619429eaef445d8d382023fb 100644 (file)
@@ -51,6 +51,10 @@ export class MenuComponent implements OnInit {
     )
   }
 
+  getUserAvatarPath () {
+    return this.user.getAvatarPath()
+  }
+
   isRegistrationAllowed () {
     return this.serverService.getConfig().signup.allowed
   }