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

Cleanup, prettify

This commit is contained in:
bimlas
2018-04-10 22:05:22 +02:00
parent 61ed47dda0
commit 066d97220f
3 changed files with 22 additions and 29 deletions

View File

@@ -9,7 +9,9 @@ import CSSModules from 'browser/lib/CSSModules'
/**
* @param {string} name
* @param {Function} handleClickTagListItem
* @param {Function} handleClickNarrowToTag
* @param {bool} isActive
* @param {bool} isRelated
*/
const TagListItem = ({name, handleClickTagListItem, handleClickNarrowToTag, isActive, isRelated, count}) => (