diff --git a/web/app/components/user-info/user-info.jsx b/web/app/components/user-info/user-info.jsx index 92bd7c76..ee2fdaef 100644 --- a/web/app/components/user-info/user-info.jsx +++ b/web/app/components/user-info/user-info.jsx @@ -11,7 +11,7 @@ export default class UserInfo extends Component { this.state = { comments: [], - isLoading: false, + isLoading: true, }; }