From 1da19ae98d8642b0ccc9bd4b3984d5d88c550ebf Mon Sep 17 00:00:00 2001 From: Alex Devero Date: Fri, 19 Jan 2018 14:11:40 +0100 Subject: [PATCH] Fix indentation --- ElectronClient/app/gui/ConfigScreen.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ElectronClient/app/gui/ConfigScreen.jsx b/ElectronClient/app/gui/ConfigScreen.jsx index cade280e7b..a0627dfed9 100644 --- a/ElectronClient/app/gui/ConfigScreen.jsx +++ b/ElectronClient/app/gui/ConfigScreen.jsx @@ -117,10 +117,10 @@ class ConfigScreenComponent extends React.Component { }; return ( -
-
- {onNumChange(event)}} min={md.minimum} max={md.maximum} step={md.step}/> -
+
+
+ {onNumChange(event)}} min={md.minimum} max={md.maximum} step={md.step}/> +
); } else { console.warn('Type not implemented: ' + key);