From c01029a60a583ecae9cc778fd810e3721c7989c0 Mon Sep 17 00:00:00 2001 From: Jeremy Gayed Date: Wed, 22 Jan 2020 10:43:13 -0500 Subject: [PATCH] Remove stray `}` in Editor UI (#21) Remove stray `}` --- .../src/components/Playground/GraphQLEditor.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/graphql-playground-react/src/components/Playground/GraphQLEditor.tsx b/packages/graphql-playground-react/src/components/Playground/GraphQLEditor.tsx index ae0ff9e9f..f6f899dfe 100644 --- a/packages/graphql-playground-react/src/components/Playground/GraphQLEditor.tsx +++ b/packages/graphql-playground-react/src/components/Playground/GraphQLEditor.tsx @@ -311,7 +311,6 @@ class GraphQLEditor extends React.PureComponent { /> - } ) }