diff --git a/browser/components/NoteItem.js b/browser/components/NoteItem.js index e55db70a..7abb86b9 100644 --- a/browser/components/NoteItem.js +++ b/browser/components/NoteItem.js @@ -48,14 +48,15 @@ const TagElementList = (tags) => { */ const NoteItem = ({ isActive, - isAllNotesView, note, dateDisplay, handleNoteClick, handleNoteContextMenu, handleDragStart, pathname, - storage + storageName, + folderName, + viewType }) => (