mirror of
https://github.com/Lissy93/web-check.git
synced 2025-06-17 18:36:54 +02:00
Resolve lint warns
This commit is contained in:
parent
98a3243846
commit
6ba75cebf2
@ -98,8 +98,8 @@ const Home = (): JSX.Element => {
|
||||
const defaultPlaceholder = 'e.g. https://duck.com/';
|
||||
const [userInput, setUserInput] = useState('');
|
||||
const [errorMsg, setErrMsg] = useState('');
|
||||
const [placeholder, setPlaceholder] = useState(defaultPlaceholder);
|
||||
const [inputDisabled, setInputDisabled] = useState(false);
|
||||
const [placeholder] = useState(defaultPlaceholder);
|
||||
const [inputDisabled] = useState(false);
|
||||
const navigate = useNavigate();
|
||||
|
||||
/* Check is valid address, either show err or redirect to results page */
|
||||
|
Loading…
x
Reference in New Issue
Block a user