-
- {
- this.renderAvatar()
- }
-
-
- {Setting.isMobile() ? null : Setting.getShortText(Setting.getNameAtLeast(this.state.account.displayName), 30)}
-
-
-
-
-
- );
- }
-
- renderAccountMenu() {
- if (this.state.account === undefined) {
- return null;
- } else if (this.state.account === null) {
- return (
-