From af2afe8c6920f24fcad7602fe527b3702b6d8811 Mon Sep 17 00:00:00 2001 From: Lucas Jensen Date: Thu, 1 Jan 2026 21:13:11 -0800 Subject: [PATCH] make prettier happy --- client/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); - } + }, ); }, []);