Remove useless setState
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…
Reference in New Issue