diff --git a/ElectronClient/app/gui/ConfigScreen.jsx b/ElectronClient/app/gui/ConfigScreen.jsx index 6a305546446..b2a5c4dac3f 100644 --- a/ElectronClient/app/gui/ConfigScreen.jsx +++ b/ElectronClient/app/gui/ConfigScreen.jsx @@ -59,7 +59,7 @@ class ConfigScreenComponent extends React.Component { } return ( -
+
{ onCheckboxClick(event) }}/> + { onCheckboxClick(event) }}/>
); @@ -86,7 +86,7 @@ class ConfigScreenComponent extends React.Component { } return ( -
+
{onTextChange(event)}} />