aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/settings/SettingsWindow.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/settings/SettingsWindow.js')
-rw-r--r--src/containers/settings/SettingsWindow.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/containers/settings/SettingsWindow.js b/src/containers/settings/SettingsWindow.js
index 89c2aaa27..9bb64b6fe 100644
--- a/src/containers/settings/SettingsWindow.js
+++ b/src/containers/settings/SettingsWindow.js
@@ -28,7 +28,6 @@ export default @inject('stores', 'actions') @observer class SettingsContainer ex
28 const { children, stores } = this.props; 28 const { children, stores } = this.props;
29 const { closeSettings } = this.props.actions.ui; 29 const { closeSettings } = this.props.actions.ui;
30 30
31
32 const navigation = ( 31 const navigation = (
33 <Navigation 32 <Navigation
34 serviceCount={stores.services.all.length} 33 serviceCount={stores.services.all.length}