Skip to content

Commit 5e81df5

Browse files
committed
minor changes
1 parent 171af92 commit 5e81df5

File tree

4 files changed

+40
-2
lines changed

4 files changed

+40
-2
lines changed

build/webpack-bundle.js

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/webpack-bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/containers/GraphQLContainer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from 'react';
2-
import GraphQLRequest from '../components/GraphQLRequest';
32
import GraphQLResponse from '../components/GraphQLResponse';
43
import GraphQLSchema from '../components/GraphQLSchema';
54
import styles from '../../public/graphql.css';

src/containers/StateContainer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const StateContainer = ({ stateDiffs, clearLog }) => {
1717
Clear
1818
</button>
1919
</div>
20-
<hr />
20+
2121
{stateDiffs.map((el, i) => {
2222
return (
2323
<div className='stateDiff-div'>

0 commit comments

Comments
 (0)