1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +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.emit('list:next')
})
})
.catch((err) => {
console.error(err)
})
dispatch({
type: 'UPDATE_NOTE',
note: note
})
})
hashHistory.push({
pathname: location.pathname,
query: {key: note.storage + '-' + note.key}