mirror of
https://github.com/containrrr/watchtower.git
synced 2026-02-26 08:54:08 +01:00
Fix Codacy issues
This commit is contained in:
parent
5645cd23fe
commit
741f315f14
19 changed files with 163 additions and 135 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { useEffect, useState } from "react"
|
||||
import { useEffect, useState } from "react";
|
||||
import ContainerView from "./components/ContainerView";
|
||||
import Header from "./components/Header";
|
||||
import Login from "./components/Login";
|
||||
|
|
@ -20,7 +20,7 @@ const App = () => {
|
|||
const onLogIn = () => {
|
||||
setLoading(false);
|
||||
setLoggedIn(true);
|
||||
}
|
||||
};
|
||||
|
||||
const onLogOut = () => {
|
||||
logOut();
|
||||
|
|
@ -44,4 +44,4 @@ const App = () => {
|
|||
);
|
||||
};
|
||||
|
||||
export default App
|
||||
export default App;
|
||||
Loading…
Add table
Add a link
Reference in a new issue