1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +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}`} {`# ${name}`}
</span> </span>
</button> </button>
); )
TagListItem.propTypes = { TagListItem.propTypes = {
name: PropTypes.string.isRequired, name: PropTypes.string.isRequired,