Skip to content

Commit 7117b7c

Browse files
Pedro Manticaacao
authored andcommitted
fix: fix linting issue
1 parent 050c506 commit 7117b7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/graphiql/src/components/DocExplorer/SchemaDoc.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export default function SchemaDoc({ schema, onClickType }: SchemaDocProps) {
2828
<MarkdownContent
2929
className="doc-type-description"
3030
markdown={
31-
schema.description || 'A GraphQL schema provides a root type for each kind of operation.'
31+
schema.description ||
32+
'A GraphQL schema provides a root type for each kind of operation.'
3233
}
3334
/>
3435
<div className="doc-category">

0 commit comments

Comments
 (0)