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 }; }