chore: expect an error for this as it could potentially be undefined

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-09-06 09:03:19 +02:00
parent ff142d29cc
commit f2d767f022
@@ -58,6 +58,7 @@ export const GraphiQLPage = () => {
} else {
content = (
<Content noPadding>
{/* @ts-expect-error */}
<GraphiQLBrowser endpoints={endpoints.value} />
</Content>
);