diff --git a/wallet-web/components/bond/BondNodeForm.tsx b/wallet-web/components/bond/BondNodeForm.tsx index 18d208abc7..a0d275c119 100644 --- a/wallet-web/components/bond/BondNodeForm.tsx +++ b/wallet-web/components/bond/BondNodeForm.tsx @@ -43,6 +43,7 @@ export const BondNodeForm = ({ {type === NodeType.Gateway && ( ) => manageForm.handlePortChange('mixPort', e.target.value) @@ -199,6 +206,7 @@ export const BondNodeForm = ({ <> ) => manageForm.handlePortChange('verlocPort', e.target.value) @@ -214,6 +222,7 @@ export const BondNodeForm = ({ ) => manageForm.handlePortChange('httpApiPort', e.target.value) @@ -230,6 +239,7 @@ export const BondNodeForm = ({ ) : ( ) => manageForm.handlePortChange('clientsPort', e.target.value) diff --git a/wallet-web/pages/_app.tsx b/wallet-web/pages/_app.tsx index 0cce398e52..07dc9cf534 100644 --- a/wallet-web/pages/_app.tsx +++ b/wallet-web/pages/_app.tsx @@ -24,7 +24,6 @@ export default function Application(props: AppProps) { const { Component, pageProps } = props const [client, setClient] = useState(null) - const [showAlert, setShowAlert] = useState(true) React.useEffect(() => { const jssStyles = document.querySelector('#jss-server-side') @@ -46,6 +45,11 @@ export default function Application(props: AppProps) { +