mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
remove extra semicolon and fix indent
This commit is contained in:
@@ -16,7 +16,7 @@ const TagListItem = ({name, handleClickTagListItem}) => (
|
||||
{`# ${name}`}
|
||||
</span>
|
||||
</button>
|
||||
);
|
||||
)
|
||||
|
||||
TagListItem.propTypes = {
|
||||
name: PropTypes.string.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user