diff --git a/src/components/common/warning/warning.js b/src/components/common/warning/warning.js index fe9cf9a..da31079 100644 --- a/src/components/common/warning/warning.js +++ b/src/components/common/warning/warning.js @@ -5,7 +5,7 @@ import styles from './warning.module.css' const Warning = ({ error, warning, title, children }) => { return ( -
+
{children} diff --git a/src/components/edit/exchange-update/exchange-form-contents.js b/src/components/edit/exchange-update/exchange-form-contents.js index e5552a2..b174a42 100644 --- a/src/components/edit/exchange-update/exchange-form-contents.js +++ b/src/components/edit/exchange-update/exchange-form-contents.js @@ -99,7 +99,10 @@ export const ExchangeFormContents = React.memo( return ( <> -
+
-
+
-
+
-
+
{authenticationValue === AUTHENTICATION_TYPES.pat && ( -
+
)} {authenticationValue === AUTHENTICATION_TYPES.basic && ( -
+
{ })} >
-
+
{
-