mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
typo
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user