From 01b449d01d9a2aa4eef477f5df81793b1cfbb894 Mon Sep 17 00:00:00 2001 From: Aditya Sankaran Date: Fri, 6 Dec 2019 12:26:29 -0500 Subject: [PATCH] separated list of topics by comma and space --- 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 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(",")}