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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user