mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
REMOVE_STORAGE redux action
fix typo storageNoteMap
This commit is contained in:
@@ -171,7 +171,7 @@ class NoteList extends React.Component {
|
||||
|
||||
let folder = _.find(storage.folders, {key: folderKey})
|
||||
if (folder == null) {
|
||||
return data.storeageNoteMap
|
||||
return data.storageNoteMap
|
||||
.get(storage.key)
|
||||
.map((uniqueKey) => data.noteMap.get(uniqueKey))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user