fix: remove redundant whitespaces in API key auth popup (#7538)
This commit is contained in:
committed by
GitHub
parent
90c8a73177
commit
a740f3d32e
@@ -52,8 +52,7 @@ export default class ApiKeyAuth extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h4>
|
<h4>
|
||||||
<code>{ name || schema.get("name") }</code>
|
<code>{ name || schema.get("name") }</code> (apiKey)
|
||||||
(apiKey)
|
|
||||||
<JumpToPath path={[ "securityDefinitions", name ]} />
|
<JumpToPath path={[ "securityDefinitions", name ]} />
|
||||||
</h4>
|
</h4>
|
||||||
{ value && <h6>Authorized</h6>}
|
{ value && <h6>Authorized</h6>}
|
||||||
|
|||||||
Reference in New Issue
Block a user