fix
This commit is contained in:
parent
b2126debc0
commit
0dc12fdfe7
1 changed files with 3 additions and 1 deletions
|
|
@ -4537,6 +4537,7 @@ export class ProfileController extends Controller {
|
||||||
prefix: profile.prefix,
|
prefix: profile.prefix,
|
||||||
rank: profile.rank,
|
rank: profile.rank,
|
||||||
avatar: profile.avatar,
|
avatar: profile.avatar,
|
||||||
|
isDirector: profile.current_holders[0]?.isDirector ?? null,
|
||||||
isProbation: profile.isProbation,
|
isProbation: profile.isProbation,
|
||||||
avatarName: profile.avatarName,
|
avatarName: profile.avatarName,
|
||||||
firstName: profile.firstName,
|
firstName: profile.firstName,
|
||||||
|
|
@ -4678,6 +4679,7 @@ export class ProfileController extends Controller {
|
||||||
prefix: profile.prefix,
|
prefix: profile.prefix,
|
||||||
rank: profile.rank,
|
rank: profile.rank,
|
||||||
avatar: profile.avatar,
|
avatar: profile.avatar,
|
||||||
|
isDirector: profile.current_holders[0].isDirector ?? null,
|
||||||
isProbation: profile.isProbation,
|
isProbation: profile.isProbation,
|
||||||
avatarName: profile.avatarName,
|
avatarName: profile.avatarName,
|
||||||
firstName: profile.firstName,
|
firstName: profile.firstName,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue