Srovnání stížností linteru
This commit is contained in:
@@ -15,7 +15,7 @@ export default function Login() {
|
||||
if (length) {
|
||||
auth?.setLogin(loginRef.current.value);
|
||||
}
|
||||
}, []);
|
||||
}, [auth]);
|
||||
|
||||
if (!auth || !auth.login) {
|
||||
return <div className='login'>
|
||||
|
||||
Reference in New Issue
Block a user