mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-13 02:22:50 +00:00
client - forum nav should be working
This commit is contained in:
@@ -35,6 +35,7 @@ export class LoginButton extends React.Component<Props, State> {
|
||||
</div>
|
||||
<div style={{ textAlign: 'center' }}>
|
||||
{!avatarSrc && <p><a onClick={() => this.props.onNavigate('/user-account')}>Account</a></p>}
|
||||
<div><b>{this.props.userStore!.user!.battletag}</b></div>
|
||||
<div><b>{this.props.userStore!.user!.character_name}</b></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user