diff --git a/src/App.js b/src/App.js index ea6a2a6..ad7f3dc 100644 --- a/src/App.js +++ b/src/App.js @@ -36,7 +36,7 @@ function App (props) { const [serverUrl, setServerUrl] = useState('https://free-bch.fullstack.cash') if (restURL) setServerUrl(restURL) - const [menuState, setMenuState] = useQueryParam(0) + const [menuState, setMenuState] = useState(0) const [wallet, setWallet] = useState(false) const [servers, setServers] = useState(defaultServerOptions) @@ -146,10 +146,10 @@ function App (props) { { showStartModal ? () - : () + : () } - +