Make componentWillMount not async
This was left over from a previous refactor
This commit is contained in:
parent
ebc1993530
commit
86e8a4c7e2
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ export default class Flair extends React.Component {
|
|||
this._unmounted = true;
|
||||
}
|
||||
|
||||
async componentWillMount() {
|
||||
componentWillMount() {
|
||||
this._unmounted = false;
|
||||
this._generateAvatars();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue