Skip to content

Commit a740f3d

Browse files
authoredOct 8, 2021
fix: remove redundant whitespaces in API key auth popup (#7538)
1 parent 90c8a73 commit a740f3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/core/components/auth/api-key-auth.jsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ export default class ApiKeyAuth extends React.Component {
5252
return (
5353
<div>
5454
<h4>
55-
<code>{ name || schema.get("name") }</code>&nbsp;
56-
(apiKey)
55+
<code>{ name || schema.get("name") }</code>&nbsp;(apiKey)
5756
<JumpToPath path={[ "securityDefinitions", name ]} />
5857
</h4>
5958
{ value && <h6>Authorized</h6>}

0 commit comments

Comments
 (0)
Please sign in to comment.