diff --git a/source/Login.js b/source/Login.js index 8246f3d..4aea06e 100644 --- a/source/Login.js +++ b/source/Login.js @@ -6,7 +6,6 @@ import theme from './Theme.js'; const Login = ({Id, setId, setShow}) => { const [nextStepInfo, setNextStepInfo] = useState(false); const [Password, setPassword] = useState(''); - const [isSelected, setIsSelected] = useState(true); useInput((input, key) => { if (!key) return; diff --git a/source/app.js b/source/app.js index 986144a..150bf3e 100644 --- a/source/app.js +++ b/source/app.js @@ -16,7 +16,6 @@ const App = () => { return ( <> - press "help" to see the list of commands {show ? ( Username : {Id} ) : (