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

Resolve conflicts

This commit is contained in:
asmsuechan
2017-10-13 13:34:43 +09:00
parent c33da0cf8e
commit 725c6a7ba9
2 changed files with 56 additions and 65 deletions

View File

@@ -44,10 +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 }) => (
const NoteItem = ({ isActive, note, dateDisplay, handleNoteClick, handleNoteContextMenu, handleDragStart, pathname }) => (
<div styleName={isActive
? 'item--active'
: 'item'