Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Jun 29, 2018
1 parent c24b67d commit 4b5c0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-explorer/src/Variable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Variable extends React.Component {
if (this.getValue() === this.getDefault() && this.props.oauth) {
return (
<span>
<span className="variable-underline" onClick={this.toggleAuthDropdown}>
<span className="variable-underline" onClick={this.toggleAuthDropdown} role="button">
{this.getValue()}
</span>
{this.state.showAuthDropdown && Variable.renderAuthDropdown()}
Expand Down

0 comments on commit 4b5c0f8

Please sign in to comment.