Merge pull request #884 from coralproject/rm-semicolon

Remove semicolon
This commit is contained in:
Kim Gardner
2017-08-28 16:15:07 +01:00
committed by GitHub
@@ -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}