mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 09:32:51 +00:00
client - forum nav should be working
This commit is contained in:
@@ -52,7 +52,6 @@ export class UserAccount extends React.Component<Props, State> {
|
||||
this.setState({ noCharacters: true });
|
||||
return;
|
||||
}
|
||||
// remove classes that weren't in vanilla
|
||||
const characters = groupBy(res.characters, 'realm');
|
||||
this.setState({
|
||||
characters,
|
||||
|
||||
Reference in New Issue
Block a user