userline frontend shows quoted posts

This commit is contained in:
Aditya Sankaran
2019-11-30 18:23:46 -05:00
parent 54cd1c44a7
commit 07a8f0b7bb
2 changed files with 5 additions and 2 deletions

View File

@@ -54,6 +54,8 @@ class Home extends Component {
<Typography variant="body2" color={"textSecondary"}>{post.createdAt}</Typography>
<br />
<Typography variant="body1"><b>{post.microBlogTitle}</b></Typography>
<Typography variant="body2">{post.quoteBody}</Typography>
<br />
<Typography variant="body2">{post.body}</Typography>
<br />
<Typography variant="body2"><b>Topics:</b> {post.microBlogTopics}</Typography>