diff --git a/src/core/components/auth/api-key-auth.jsx b/src/core/components/auth/api-key-auth.jsx index c4eb2dff9d7..5b3527e8c06 100644 --- a/src/core/components/auth/api-key-auth.jsx +++ b/src/core/components/auth/api-key-auth.jsx @@ -52,8 +52,7 @@ export default class ApiKeyAuth extends React.Component { return (

- { name || schema.get("name") }  - (apiKey) + { name || schema.get("name") } (apiKey)

{ value &&
Authorized
}