mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
typo
This commit is contained in:
parent
8ac26dd19f
commit
d755903fdb
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ module.exports = React.createClass({
|
|||
request(
|
||||
{ method: "GET", url: src },
|
||||
(err, response, body) => {
|
||||
if (this.unmounted) {
|
||||
if (this._unmounted) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue