From a740f3d32ea2cfc50523a5fb4e5225386742d572 Mon Sep 17 00:00:00 2001 From: Sviataslau Hankovich Date: Fri, 8 Oct 2021 16:52:32 +0300 Subject: [PATCH] fix: remove redundant whitespaces in API key auth popup (#7538) --- src/core/components/auth/api-key-auth.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/components/auth/api-key-auth.jsx b/src/core/components/auth/api-key-auth.jsx index c4eb2dff..5b3527e8 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
}