Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove useless setState
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariusz Niemczyk committed Aug 19, 2021
1 parent c8e4e76 commit 595ba7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/views/elements/AppTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ export default class AppTile extends React.Component {
if (this.iframe) {
// Reload iframe
this.iframe.src = this._sgWidget.embedUrl;
this.setState({});
}
});
}
Expand Down

0 comments on commit 595ba7f

Please sign in to comment.