mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
cleanup, fix most eslint errors
This commit is contained in:
@@ -94,7 +94,7 @@ function App() {
|
||||
console.error(e);
|
||||
});
|
||||
}
|
||||
}, []);
|
||||
}, [loginState, dispatch]);
|
||||
|
||||
let ErrorElement = null;
|
||||
if (errorMsg != undefined) {
|
||||
|
Reference in New Issue
Block a user