1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-12 17:26:17 +00:00

Add comment for NoteItem

This commit is contained in:
asmsuechan
2017-10-12 09:07:50 +09:00
parent f3370242bf
commit d915d19425

View File

@@ -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 }) => (
<div styleName={isActive