Update plugins/apollo-explorer/src/components/ApolloExplorerPage/ApolloExplorerPage.tsx
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com> Signed-off-by: Karl Haworth <58607256+karlhaworth@users.noreply.github.com>
This commit is contained in:
@@ -63,7 +63,7 @@ export const ApolloExplorerPage = (props: Props) => {
|
||||
return await endpoints({ apiHolder });
|
||||
}
|
||||
return endpoints;
|
||||
}, []);
|
||||
}, [endpoints]);
|
||||
|
||||
return (
|
||||
<Page themeId="tool">
|
||||
|
||||
Reference in New Issue
Block a user