1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Fixed indent which could not be corrected

This commit is contained in:
Sosuke Suzuki
2017-04-25 02:53:29 +09:00
parent 43cb290c80
commit 9c1179a6f9

View File

@@ -163,14 +163,14 @@ class StorageItem extends React.Component {
} }
eventEmitter.once('list:moved', dispatchHandler) eventEmitter.once('list:moved', dispatchHandler)
eventEmitter.emit('list:next') eventEmitter.emit('list:next')
}) })
.catch((err) => { .catch((err) => {
console.error(err) console.error(err)
}) })
dispatch({ dispatch({
type: 'UPDATE_NOTE', type: 'UPDATE_NOTE',
note: note note: note
}) })
hashHistory.push({ hashHistory.push({
pathname: location.pathname, pathname: location.pathname,
query: {key: note.storage + '-' + note.key} query: {key: note.storage + '-' + note.key}