Removed redundant "In:" label from Bearer auth dialog

This commit is contained in:
Helen Kosova
2017-10-30 21:01:40 +03:00
committed by GitHub
parent 4eae9b681b
commit 73371b4f9c

View File

@@ -108,9 +108,6 @@ export default class HttpAuth extends React.Component {
<Row> <Row>
<Markdown source={ schema.get("description") } /> <Markdown source={ schema.get("description") } />
</Row> </Row>
<Row>
<p>In: <code>{ schema.get("in") }</code></p>
</Row>
<Row> <Row>
<label>Value:</label> <label>Value:</label>
{ {