Skip to content

Commit 1eeb36c

Browse files
committed
Fix lint errror in ExecuteButton.js
Travis is currently complaining about this ([example build](https://travis-ci.org/graphql/graphiql/builds/181706048)).
1 parent 95305a3 commit 1eeb36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ExecuteButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class ExecuteButton extends React.Component {
7171

7272
const pathJSX = this.props.isRunning ?
7373
<path d="M 10 10 L 23 10 L 23 23 L 10 23 z" /> :
74-
<path d="M 11 9 L 24 16 L 11 23 z" />;
74+
<path d="M 11 9 L 24 16 L 11 23 z" />;
7575

7676
return (
7777
<div className="execute-button-wrap">

0 commit comments

Comments
 (0)