fix loading flag initial value in user-info component
This commit is contained in:
@@ -11,7 +11,7 @@ export default class UserInfo extends Component {
|
||||
|
||||
this.state = {
|
||||
comments: [],
|
||||
isLoading: false,
|
||||
isLoading: true,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user