diff --git a/src/components/SettingsPage/sections/Profile.js b/src/components/SettingsPage/sections/Profile.js index 8f210275..f3d96a45 100644 --- a/src/components/SettingsPage/sections/Profile.js +++ b/src/components/SettingsPage/sections/Profile.js @@ -95,6 +95,12 @@ class TabProfile extends PureComponent { } } + handleDeveloperMode = developerMode => { + this.props.saveSettings({ + developerMode, + }) + } + render() { const { t, settings } = this.props const { @@ -121,6 +127,12 @@ class TabProfile extends PureComponent { + + +