From d915d194256f2295553bb6c4694c06225071b7ff Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Thu, 12 Oct 2017 09:07:50 +0900 Subject: [PATCH] Add comment for NoteItem --- browser/components/NoteItem.js | 2 ++ 1 file changed, 2 insertions(+) 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 }) => (