diff --git a/twistter-frontend/src/pages/Home.js b/twistter-frontend/src/pages/Home.js
index cc7c15a..84763b9 100644
--- a/twistter-frontend/src/pages/Home.js
+++ b/twistter-frontend/src/pages/Home.js
@@ -54,6 +54,8 @@ class Home extends Component {
{post.createdAt}
{post.microBlogTitle}
+ {post.quoteBody}
+
{post.body}
Topics: {post.microBlogTopics}
diff --git a/twistter-frontend/src/pages/user.js b/twistter-frontend/src/pages/user.js
index 7e6f14a..309fa0a 100644
--- a/twistter-frontend/src/pages/user.js
+++ b/twistter-frontend/src/pages/user.js
@@ -201,12 +201,13 @@ class user extends Component {
{post.createdAt}
- {post.userHandle}
- {post.createdAt}
+
{post.microBlogTitle}
+ {post.quoteBody}
+
{post.body}
Topics: {post.microBlogTopics}