From f2cf7542a8407df1c7b62902e6aae51e2f8d74e0 Mon Sep 17 00:00:00 2001 From: Aditya Sankaran Date: Fri, 6 Dec 2019 13:04:43 -0500 Subject: [PATCH] fix --- twistter-frontend/src/pages/otherUser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(", ")}