mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Update HotkeyTab.js to satisfy CI
This commit is contained in:
committed by
jacobherrington
parent
e173117a44
commit
c761f631a1
@@ -29,8 +29,8 @@ class HotkeyTab extends React.Component {
|
||||
}
|
||||
this.handleSettingError = (err) => {
|
||||
if (
|
||||
this.state.config.hotkey.toggleMain == "" ||
|
||||
this.state.config.hotkey.toggleMode == ""
|
||||
this.state.config.hotkey.toggleMain === '' ||
|
||||
this.state.config.hotkey.toggleMode === ''
|
||||
) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user