sorted posts chronologically everywhere

This commit is contained in:
Aditya Sankaran
2019-12-05 19:20:05 -05:00
parent 76792148cd
commit 80a2e1894c
2 changed files with 4 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ class Home 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