Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add comment for NoteItem
  • Loading branch information
asmsuechan committed Oct 13, 2017
commit d915d194256f2295553bb6c4694c06225071b7ff
2 changes: 2 additions & 0 deletions browser/components/NoteItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down