Skip to content

Commit

Permalink
Fix moderators that cannot access the muted servers table
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Feb 15, 2019
1 parent 344d8be commit 72be63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/+admin/moderation/moderation.routes.ts
Expand Up @@ -64,7 +64,7 @@ export const ModerationRoutes: Routes = [
component: InstanceServerBlocklistComponent,
canActivate: [ UserRightGuard ],
data: {
userRight: UserRight.MANAGE_SERVER_REDUNDANCY,
userRight: UserRight.MANAGE_SERVERS_BLOCKLIST,
meta: {
title: 'Muted instances'
}
Expand Down

0 comments on commit 72be63e

Please sign in to comment.