mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
Add comment for NoteItem
This commit is contained in:
@@ -44,6 +44,8 @@ const TagElementList = (tags) => {
|
|||||||
* @param {Function} handleNoteContextMenu
|
* @param {Function} handleNoteContextMenu
|
||||||
* @param {Function} handleDragStart
|
* @param {Function} handleDragStart
|
||||||
* @param {string} dateDisplay
|
* @param {string} dateDisplay
|
||||||
|
* @param {Function} handleNoteContextMenu
|
||||||
|
* @param {string} pathname
|
||||||
*/
|
*/
|
||||||
const NoteItem = ({ isActive, note, dateDisplay, handleNoteClick, handleDragStart, handleNoteContextMenu, pathname }) => (
|
const NoteItem = ({ isActive, note, dateDisplay, handleNoteClick, handleDragStart, handleNoteContextMenu, pathname }) => (
|
||||||
<div styleName={isActive
|
<div styleName={isActive
|
||||||
|
|||||||
Reference in New Issue
Block a user