aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/SettingsLayout.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-09 20:48:25 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-09 20:48:25 +0100
commit5d6164973e92fa8a3e3c18a0eb2e29494aea4f48 (patch)
tree382e6c672bbc0f7582b3b627b02111dcce902894 /src/components/settings/SettingsLayout.js
parentAdd React 16 didCatch/ErrorBoundary component (diff)
downloadferdium-app-5d6164973e92fa8a3e3c18a0eb2e29494aea4f48.tar.gz
ferdium-app-5d6164973e92fa8a3e3c18a0eb2e29494aea4f48.tar.zst
ferdium-app-5d6164973e92fa8a3e3c18a0eb2e29494aea4f48.zip
Fix linting issues
Diffstat (limited to 'src/components/settings/SettingsLayout.js')
-rw-r--r--src/components/settings/SettingsLayout.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/settings/SettingsLayout.js b/src/components/settings/SettingsLayout.js
index d5d8f0bb0..72ba7b2e3 100644
--- a/src/components/settings/SettingsLayout.js
+++ b/src/components/settings/SettingsLayout.js
@@ -39,6 +39,7 @@ export default @observer class SettingsLayout extends Component {
39 <div className="settings-wrapper"> 39 <div className="settings-wrapper">
40 <ErrorBoundary> 40 <ErrorBoundary>
41 <button 41 <button
42 type="button"
42 className="settings-wrapper__action" 43 className="settings-wrapper__action"
43 onClick={closeSettings} 44 onClick={closeSettings}
44 /> 45 />
@@ -46,6 +47,7 @@ export default @observer class SettingsLayout extends Component {
46 {navigation} 47 {navigation}
47 {children} 48 {children}
48 <button 49 <button
50 type="button"
49 className="settings__close mdi mdi-close" 51 className="settings__close mdi mdi-close"
50 onClick={closeSettings} 52 onClick={closeSettings}
51 /> 53 />