1
0
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:
2018-01-27 17:26:47 -06:00
parent da738c5535
commit b90860f251
6 changed files with 79 additions and 9 deletions

View File

@@ -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>
}