From 1e1265b36c09df1465aa2b4866815c957b6a532e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 14 Nov 2017 09:31:41 +0100 Subject: Make the client compile too --- client/src/app/+admin/friends/friends.routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+admin/friends/friends.routes.ts') diff --git a/client/src/app/+admin/friends/friends.routes.ts b/client/src/app/+admin/friends/friends.routes.ts index 61cfcae19..e2cb953b3 100644 --- a/client/src/app/+admin/friends/friends.routes.ts +++ b/client/src/app/+admin/friends/friends.routes.ts @@ -12,7 +12,7 @@ export const FriendsRoutes: Routes = [ component: FriendsComponent, canActivate: [ UserRightGuard ], data: { - userRight: UserRight.MANAGE_PODS + userRight: UserRight.MANAGE_PEERTUBE_FOLLOW }, children: [ { -- cgit v1.2.3