From 2657334e0c7a642861e0fe12aee7c725dd7c89ef Mon Sep 17 00:00:00 2001 From: Ryan Westfall Date: Wed, 24 Sep 2025 12:02:59 -0500 Subject: [PATCH] fixing the rebase --- .../pages/AsyncDashboard2/AsyncDashboard2.tsx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/llm-fe/src/llm-fe/pages/AsyncDashboard2/AsyncDashboard2.tsx b/llm-fe/src/llm-fe/pages/AsyncDashboard2/AsyncDashboard2.tsx index cad2f99..549fa6a 100644 --- a/llm-fe/src/llm-fe/pages/AsyncDashboard2/AsyncDashboard2.tsx +++ b/llm-fe/src/llm-fe/pages/AsyncDashboard2/AsyncDashboard2.tsx @@ -305,19 +305,4 @@ const AsyncDashboard2 = ({}): JSX.Element => { ); }; -<<<<<<< HEAD - - - - - - - ) - - -} - -export default AsyncDashboard2 -======= export default AsyncDashboard2; ->>>>>>> b24fbf2 (update button based on state)