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