diff --git a/src/components/structures/HomePage.js b/src/components/structures/HomePage.js index 292fc77a3a..df8cc33ec9 100644 --- a/src/components/structures/HomePage.js +++ b/src/components/structures/HomePage.js @@ -69,7 +69,7 @@ module.exports = React.createClass({ request( { method: "GET", url: src }, (err, response, body) => { - if (this.unmounted) { + if (this._unmounted) { return; }