Added querying to sidebar. Fixed initial state.
This commit is contained in:
@@ -86,7 +86,7 @@ class AppContainer extends Component {
|
||||
const { client, loaded } = this.state;
|
||||
|
||||
if (!loaded) {
|
||||
return <div>Loading...</div>;
|
||||
return <Spin />;
|
||||
}
|
||||
return (
|
||||
<ApolloProvider client={client}>
|
||||
|
||||
Reference in New Issue
Block a user