Skip to content

Commit 8580bea

Browse files
authored
Merge pull request #109 from guanquann/code-execution-fe
Code execution remove unused code
2 parents 98e3946 + ce31ad8 commit 8580bea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/pages/CollabSandbox/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ const CollabSandbox: React.FC = () => {
6767
checkPartnerStatus,
6868
isEndSessionModalOpen,
6969
resetCollab,
70-
setCompilerResult,
7170
} = collab;
7271

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

0 commit comments

Comments
 (0)