diff --git a/browser/components/NoteItem.js b/browser/components/NoteItem.js index b6e066e0..31dd1877 100644 --- a/browser/components/NoteItem.js +++ b/browser/components/NoteItem.js @@ -44,6 +44,8 @@ const TagElementList = (tags) => { * @param {Function} handleNoteContextMenu * @param {Function} handleDragStart * @param {string} dateDisplay + * @param {Function} handleNoteContextMenu + * @param {string} pathname */ const NoteItem = ({ isActive, note, dateDisplay, handleNoteClick, handleDragStart, handleNoteContextMenu, pathname }) => (