mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 01:12:25 -05:00
cleanup, fix most eslint errors
This commit is contained in:
parent
c37542932c
commit
17ffab3be9
11 changed files with 5 additions and 148 deletions
|
|
@ -94,7 +94,7 @@ function App() {
|
|||
console.error(e);
|
||||
});
|
||||
}
|
||||
}, []);
|
||||
}, [loginState, dispatch]);
|
||||
|
||||
let ErrorElement = null;
|
||||
if (errorMsg != undefined) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue