diff --git a/client/src/App.tsx b/client/src/App.tsx index b9ad305..0d5f24a 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -29,7 +29,7 @@ function App() { }, (error) => { console.error(error); - } + }, ); }, []);