1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

chore: remove trailing space

This commit is contained in:
Georges Indrianjafy
2018-01-30 11:49:39 +02:00
parent edda3a4d23
commit 34a335797c

View File

@@ -567,14 +567,11 @@ class NoteList extends React.Component {
content: firstNote.content
})
.then((note) => {
const uniqueKey = note.storage + '-' + note.key
dispatch({
type: 'UPDATE_NOTE',
note: note
})
const uniqueKey = note.storage + '-' + note.key
this.setState({
selectedNoteKeys: [uniqueKey]
})