1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

fix type description parens () -> {}

This commit is contained in:
Sosuke Suzuki
2017-10-03 02:55:18 +09:00
parent 2886da4f63
commit 0ca87ea407

View File

@@ -7,7 +7,7 @@ import CSSModules from 'browser/lib/CSSModules'
/**
* @param {string} name
* @param (Function) handleClickTagButton
* @param {Function} handleClickTagButton
*/
const TagListItem = ({name, handleClickTagButton}) => {