Skip to content

Commit

Permalink
resolve this bug
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Schiessl <stefan.schiessl@blockchainprojectsbv.com>
  • Loading branch information
Stefan Schiessl committed Oct 24, 2018
1 parent 67787c2 commit a9de184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Settings/AccessSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ class AccessSettings extends React.Component {

_recalculateLatency(event, feedback) {
routerTransitioner.doLatencyUpdate(true, false, 1).finally(() => {
forceUpdate();
this.forceUpdate();
feedback();
});
}
Expand Down

0 comments on commit a9de184

Please sign in to comment.