From 4e72d140301f77a5823c29f4b89e29de897c88cf Mon Sep 17 00:00:00 2001 From: Sanghyeon Sim <5338095@gmail.com> Date: Thu, 24 Aug 2023 22:35:36 +0900 Subject: [PATCH] refactor: remove useless codes --- source/Login.js | 1 - source/app.js | 1 - 2 files changed, 2 deletions(-) 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} ) : (