Added querying to sidebar. Fixed initial state.

This commit is contained in:
Patrick Fic
2019-12-09 22:04:42 -08:00
parent 620d2419a3
commit 65cd317b95
6 changed files with 47 additions and 38 deletions

View File

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