Skip to content

Commit

Permalink
hot-fix member list component
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Giraud committed May 9, 2018
1 parent 974247f commit 379703e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/members/list/members-list.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class MembersListComponent implements OnInit {

ngOnInit(): void {
this.update();
if (!this.ngxPermissionsService.getPermissions()['specialaccount:write']) {
if (!this.ngxPermissionsService.getPermissions()['member:write']) {
this.displayedColumns = ['lastName', 'firstName', 'school'];
}
this.media.subscribe((change: MediaChange) => {
Expand Down

0 comments on commit 379703e

Please sign in to comment.