diff --git a/wallet-web/components/bond/BondNodeForm.tsx b/wallet-web/components/bond/BondNodeForm.tsx index a0d275c119..18d208abc7 100644 --- a/wallet-web/components/bond/BondNodeForm.tsx +++ b/wallet-web/components/bond/BondNodeForm.tsx @@ -43,7 +43,6 @@ export const BondNodeForm = ({ {type === NodeType.Gateway && ( ) => manageForm.handlePortChange('mixPort', e.target.value) @@ -206,7 +199,6 @@ export const BondNodeForm = ({ <> ) => manageForm.handlePortChange('verlocPort', e.target.value) @@ -222,7 +214,6 @@ export const BondNodeForm = ({ ) => manageForm.handlePortChange('httpApiPort', e.target.value) @@ -239,7 +230,6 @@ export const BondNodeForm = ({ ) : ( ) => manageForm.handlePortChange('clientsPort', e.target.value) diff --git a/wallet-web/pages/_app.tsx b/wallet-web/pages/_app.tsx index 07dc9cf534..9d95f386d9 100644 --- a/wallet-web/pages/_app.tsx +++ b/wallet-web/pages/_app.tsx @@ -5,7 +5,6 @@ import CssBaseline from '@material-ui/core/CssBaseline' import { theme } from '../lib/theme' import type { AppProps } from 'next/app' import { ValidatorClientContext } from '../contexts/ValidatorClient' -import { AppAlert } from '../components/AppAlert' // TODO: should it perhaps be pulled from some config or also user provided? export const BONDING_CONTRACT_ADDRESS: string = 'punk10pyejy66429refv3g35g2t7am0was7yalwrzen' @@ -45,11 +44,6 @@ export default function Application(props: AppProps) { -