We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae82c8 commit ce31ad8Copy full SHA for ce31ad8
frontend/src/pages/CollabSandbox/index.tsx
@@ -67,7 +67,6 @@ const CollabSandbox: React.FC = () => {
67
checkPartnerStatus,
68
isEndSessionModalOpen,
69
resetCollab,
70
- setCompilerResult,
71
} = collab;
72
73
const [state, dispatch] = useReducer(reducer, initialState);
0 commit comments