Remove semicolon

This commit is contained in:
Chi Vinh Le
2017-08-28 22:04:21 +07:00
parent 5ec65c86ce
commit 7911e366e5
@@ -9,7 +9,7 @@ export const FakeComment = ({username, created_at, body}) => (
<div className={styles.root}>
<span className={styles.authorName}>
{username}
</span>;
</span>
<PubDate created_at={created_at} />
<div className={styles.body}>
{body}