Skip to content

Commit

Permalink
refactor: remove useless codes
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmoon-mind committed Aug 24, 2023
1 parent 0db84dc commit 4e72d14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion source/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion source/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const App = () => {
return (
<>
<Intro />
<Text>press "help" to see the list of commands</Text>
{show ? (
<Text color={theme.white}>Username : {Id}</Text>
) : (
Expand Down

0 comments on commit 4e72d14

Please sign in to comment.