diff --git a/twistter-frontend/src/pages/otherUser.js b/twistter-frontend/src/pages/otherUser.js
index 5c4c177..5562afb 100644
--- a/twistter-frontend/src/pages/otherUser.js
+++ b/twistter-frontend/src/pages/otherUser.js
@@ -310,7 +310,7 @@ class user extends Component {
{post.body}
- Topics: {post.microBlogTopics}
+ Topics: {post.microBlogTopics.join(",")}