From c0ccf050c7ac7b0165c9472f388d448f69d003bd Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Sat, 4 Apr 2026 22:47:31 -0400 Subject: [PATCH] Fix JSX syntax in frontend/src/App.jsx --- frontend/src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 9a2c460..1eee111 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -246,7 +246,7 @@ const App = () => { )} - {activeView === 'tasks' && ( + {activeView === 'tasks' && (<>