This commit is contained in:
Aditya Sankaran 2019-12-06 13:04:43 -05:00
parent 988c807af2
commit f2cf7542a8

View File

@ -312,7 +312,7 @@ class user extends Component {
<Typography variant="body2">{post.body}</Typography>
<br />
<Typography variant="body2">
<b>Topics:</b> {post.microBlogTopics.join(",")}
<b>Topics:</b> {post.microBlogTopics.join(", ")}
</Typography>
<br />
<Typography variant="body2" color={"textSecondary"}>