1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-17 11:41:44 +00:00

Update HotkeyTab.js to satisfy CI

This commit is contained in:
Sam Herrington
2018-09-28 22:26:03 -05:00
committed by jacobherrington
parent e173117a44
commit c761f631a1

View File

@@ -29,8 +29,8 @@ class HotkeyTab extends React.Component {
} }
this.handleSettingError = (err) => { this.handleSettingError = (err) => {
if ( if (
this.state.config.hotkey.toggleMain == "" || this.state.config.hotkey.toggleMain === '' ||
this.state.config.hotkey.toggleMode == "" this.state.config.hotkey.toggleMode === ''
) { ) {
return return
} }