syntax error

This commit is contained in:
Aditya Sankaran 2019-12-05 18:54:43 -05:00
parent c7859e0f0a
commit a92681451f

View File

@ -79,7 +79,7 @@ class user extends Component {
following: null,
posts: null,
myTopics: null,
followingList: null
followingList: null,
loading: false
};
}