mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
feature tag search
This commit is contained in:
@@ -12,8 +12,8 @@ import CSSModules from 'browser/lib/CSSModules'
|
||||
|
||||
const TagListItem = (({name, handleClickTagButton}) => {
|
||||
return (
|
||||
<button onClick={handleClickTagButton}>
|
||||
{name}
|
||||
<button onClick={(e) => handleClickTagButton(e, name)}>
|
||||
{`# ${name}`}
|
||||
</button>
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user