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:
@@ -7,7 +7,7 @@ import CSSModules from 'browser/lib/CSSModules'
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {string} name
|
* @param {string} name
|
||||||
* @param (Function) handleClickTagButton
|
* @param {Function} handleClickTagButton
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const TagListItem = ({name, handleClickTagButton}) => {
|
const TagListItem = ({name, handleClickTagButton}) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user