fix: remove redundant whitespaces in API key auth popup (#7538)

This commit is contained in:
Sviataslau Hankovich
2021-10-08 16:52:32 +03:00
committed by GitHub
parent 90c8a73177
commit a740f3d32e

View File

@@ -52,8 +52,7 @@ export default class ApiKeyAuth extends React.Component {
return (
<div>
<h4>
<code>{ name || schema.get("name") }</code>&nbsp;
(apiKey)
<code>{ name || schema.get("name") }</code>&nbsp;(apiKey)
<JumpToPath path={[ "securityDefinitions", name ]} />
</h4>
{ value && <h6>Authorized</h6>}