From a9de1845ceed16270e1d22752cf0a0e98841f4bd Mon Sep 17 00:00:00 2001 From: Stefan Schiessl Date: Wed, 24 Oct 2018 13:03:27 +0200 Subject: [PATCH] resolve this bug Signed-off-by: Stefan Schiessl --- app/components/Settings/AccessSettings.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Settings/AccessSettings.jsx b/app/components/Settings/AccessSettings.jsx index b12f596fdf..dee5fe50ab 100644 --- a/app/components/Settings/AccessSettings.jsx +++ b/app/components/Settings/AccessSettings.jsx @@ -445,7 +445,7 @@ class AccessSettings extends React.Component { _recalculateLatency(event, feedback) { routerTransitioner.doLatencyUpdate(true, false, 1).finally(() => { - forceUpdate(); + this.forceUpdate(); feedback(); }); }