Can set member biography
This commit is contained in:
@ -159,6 +159,10 @@ export class Member implements MemberDataApi {
|
||||
? true
|
||||
: false;
|
||||
}
|
||||
|
||||
get hasNote(): boolean {
|
||||
return (this.note?.length ?? 0) > 0;
|
||||
}
|
||||
}
|
||||
|
||||
export function fmtDate(d?: DateValue): string {
|
||||
|
Reference in New Issue
Block a user