diff --git a/ReactNativeClient/lib/components/screens/config.js b/ReactNativeClient/lib/components/screens/config.js index 39612dc68..ab02339a6 100644 --- a/ReactNativeClient/lib/components/screens/config.js +++ b/ReactNativeClient/lib/components/screens/config.js @@ -126,7 +126,7 @@ class ConfigScreenComponent extends BaseScreenComponent { alert('Profile has been exported!'); } catch (error) { alert(`Could not export files: ${error.message}`); - } finally { + } finally { this.setState({ profileExportStatus: 'idle' }); } }; @@ -392,7 +392,7 @@ class ConfigScreenComponent extends BaseScreenComponent { {md.label()} - updateSettingValue(key, value)} /> + updateSettingValue(key, value)} /> {descriptionComp}