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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user