1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-12 17:26:17 +00:00
This commit is contained in:
Kazu Yokomizo
2017-04-15 12:33:16 +09:00
parent 343e35bb54
commit 6ce6a7036b
3 changed files with 3 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ const NoteItem = ({ isActive, note, dateDisplay, handleNoteClick, handleNoteCont
<div styleName='item-bottom-tagList'>
{note.tags.length > 0
? TagElementList(note.tags)
: <span styleName='item-bottom-tagList-empty'></span>
: <span styleName='item-bottom-tagList-empty' />
}
</div>
</div>