1
0
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:
Sosuke Suzuki
2017-10-07 04:31:35 +09:00
parent f805e8a688
commit 046e6af489

View File

@@ -16,7 +16,7 @@ const TagListItem = ({name, handleClickTagListItem}) => (
{`# ${name}`}
</span>
</button>
);
)
TagListItem.propTypes = {
name: PropTypes.string.isRequired,