mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 09:32:51 +00:00
client - add error message if user account does not have battletag
This commit is contained in:
@@ -198,9 +198,8 @@ export class UserAccount extends React.Component<Props, State> {
|
||||
|
||||
{noCharacters &&
|
||||
<div>
|
||||
<p>Unable to fetch your characters.
|
||||
<a onClick={() => this.setState({ region: 'eu' }, () => this.getCharacters())}>EU account?</a>
|
||||
</p>
|
||||
<p>Unable to fetch your characters.</p>
|
||||
<a onClick={() => this.setState({ region: 'eu' }, () => this.getCharacters())}>EU account?</a>
|
||||
</div>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user