d
This commit is contained in:
parent
3b4d653132
commit
d0093f3ae0
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ function permissionName(p: number) {
|
|||
switch(p) {
|
||||
case 0: return 'User';
|
||||
case 1: return 'Moderator';
|
||||
case 2: return 'Manager';
|
||||
case 2:
|
||||
case 3: return 'Manager';
|
||||
default: return 'Unknown';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue