aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/features/webControls/containers/WebControlsScreen.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/features/webControls/containers/WebControlsScreen.js b/src/features/webControls/containers/WebControlsScreen.js
index 31168a397..258b15b14 100644
--- a/src/features/webControls/containers/WebControlsScreen.js
+++ b/src/features/webControls/containers/WebControlsScreen.js
@@ -52,11 +52,8 @@ class WebControlsScreen extends Component {
52 } 52 }
53 53
54 goHome() { 54 goHome() {
55 const { reloadActive } = this.props.actions.service;
56
57 if (!this.webview) return; 55 if (!this.webview) return;
58 56 this.webview.goToIndex(0);
59 reloadActive();
60 } 57 }
61 58
62 reload() { 59 reload() {