diff --git a/browser/components/NoteItem.js b/browser/components/NoteItem.js index 24ac2437..77e09eed 100644 --- a/browser/components/NoteItem.js +++ b/browser/components/NoteItem.js @@ -40,9 +40,10 @@ const TagElementList = (tags) => { * @param {Object} note * @param {Function} handleNoteClick * @param {Function} handleNoteContextMenu + * @param {Function} handleDragStart * @param {string} dateDisplay */ -const NoteItem = ({ isActive, note, dateDisplay, handleNoteClick, handleNoteContextMenu }) => ( +const NoteItem = ({ isActive, note, dateDisplay, handleNoteClick, handleNoteContextMenu, handleDragStart }) => (