Skip to content

Commit

Permalink
fix post-merge bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
fechan committed Jun 9, 2024
1 parent 0da6220 commit 46e8230
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ export default function App() {
{ showNewSessionModal && <NewSessionModal
sendMessage={ sendMessage }
addReqNeedingLayout={ addReqNeedingLayout }
sendMessage={ sendMessage }
sessionId={sessionId}
setSessionId={setSessionId}
/>
Expand Down
2 changes: 0 additions & 2 deletions client/src/components/NewSessionModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 46e8230

Please sign in to comment.