mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-25 08:21:41 +02:00
Remove useless setState
This commit is contained in:
parent
c8e4e76100
commit
595ba7f59d
@ -308,7 +308,6 @@ export default class AppTile extends React.Component {
|
|||||||
if (this.iframe) {
|
if (this.iframe) {
|
||||||
// Reload iframe
|
// Reload iframe
|
||||||
this.iframe.src = this._sgWidget.embedUrl;
|
this.iframe.src = this._sgWidget.embedUrl;
|
||||||
this.setState({});
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user