From a92681451f37018bfcce757fe1f868f505aeaaba Mon Sep 17 00:00:00 2001 From: Aditya Sankaran Date: Thu, 5 Dec 2019 18:54:43 -0500 Subject: [PATCH] syntax error --- 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 99b26a1..546eac3 100644 --- a/twistter-frontend/src/pages/otherUser.js +++ b/twistter-frontend/src/pages/otherUser.js @@ -79,7 +79,7 @@ class user extends Component { following: null, posts: null, myTopics: null, - followingList: null + followingList: null, loading: false }; }