separated list of topics by comma and space

This commit is contained in:
Aditya Sankaran 2019-12-06 12:26:29 -05:00
parent a1f9a4bef3
commit 01b449d01d

View File

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