From 46e8230f45fe631b7c50acfb03bdffe78051341d Mon Sep 17 00:00:00 2001 From: fechan Date: Sat, 8 Jun 2024 23:20:27 -0700 Subject: [PATCH] fix post-merge bugs --- client/src/App.tsx | 1 - client/src/components/NewSessionModal.tsx | 2 -- 2 files changed, 3 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 096389a..c921fb5 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -240,7 +240,6 @@ export default function App() { { showNewSessionModal && diff --git a/client/src/components/NewSessionModal.tsx b/client/src/components/NewSessionModal.tsx index 900d3cf..0221606 100644 --- a/client/src/components/NewSessionModal.tsx +++ b/client/src/components/NewSessionModal.tsx @@ -13,8 +13,6 @@ export interface NewSessionModalData { }; export function NewSessionModal({ sendMessage, sessionId, setSessionId, addReqNeedingLayout }: NewSessionModalData) { - const [ sessionId, setSessionId ] = useState(""); - function joinSession() { const reqId = uuidv4(); const sessionJoinReq: SessionJoinReq = {