From de9ec8fe09849679298a2c704023b13737c8a9b9 Mon Sep 17 00:00:00 2001 From: Sviataslau Hankovich Date: Tue, 5 Oct 2021 12:30:59 +0300 Subject: [PATCH] Remove redundant whitespaces in api key auth popup --- 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 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
}