mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 03:15:09 +08:00
Merge pull request #884 from coralproject/rm-semicolon
Remove semicolon
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user