diff --git a/frontend/src/components/frame/presentations/ServerConnectFrame.jsx b/frontend/src/components/frame/presentations/ServerConnectFrame.jsx index 514ac261..57713d69 100644 --- a/frontend/src/components/frame/presentations/ServerConnectFrame.jsx +++ b/frontend/src/components/frame/presentations/ServerConnectFrame.jsx @@ -68,7 +68,7 @@ const ServerConnectFrame = ({ dispatch(addAlert('ErrorServerConnectFail', response.error.message)); } }); - + const normalizeTrim = (value) => (value ? value.trim() : value); return ( - + - + - +