typo
This commit is contained in:
committed by
GitHub
parent
8ac26dd19f
commit
d755903fdb
@@ -69,7 +69,7 @@ module.exports = React.createClass({
|
||||
request(
|
||||
{ method: "GET", url: src },
|
||||
(err, response, body) => {
|
||||
if (this.unmounted) {
|
||||
if (this._unmounted) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user