Skip to content

Commit

Permalink
Merge pull request #109 from guanquann/code-execution-fe
Browse files Browse the repository at this point in the history
Code execution remove unused code
  • Loading branch information
nicolelim02 authored Nov 6, 2024
2 parents 98e3946 + ce31ad8 commit 8580bea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/CollabSandbox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ const CollabSandbox: React.FC = () => {
checkPartnerStatus,
isEndSessionModalOpen,
resetCollab,
setCompilerResult,
} = collab;

const [state, dispatch] = useReducer(reducer, initialState);
Expand Down

0 comments on commit 8580bea

Please sign in to comment.