diff --git a/browser/components/NoteItemSimple.js b/browser/components/NoteItemSimple.js index f13cd571..bbd21919 100644 --- a/browser/components/NoteItemSimple.js +++ b/browser/components/NoteItemSimple.js @@ -46,6 +46,7 @@ NoteItemSimple.propTypes = { title: PropTypes.string.isrequired }), handleNoteClick: PropTypes.func.isRequired, + handleNoteContextMenu: PropTypes.func.isRequired, handleDragStart: PropTypes.func.isRequired }