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 a08f41b commit d2530d5Copy full SHA for d2530d5
frontend/src/pages/CollabSandbox/index.tsx
@@ -62,7 +62,6 @@ const CollabSandbox: React.FC = () => {
62
63
const {
64
compilerResult,
65
- setCompilerResult,
66
handleRejectEndSession,
67
handleConfirmEndSession,
68
checkPartnerStatus,
@@ -81,7 +80,6 @@ const CollabSandbox: React.FC = () => {
81
80
return;
82
}
83
getQuestionById(questionId, dispatch);
84
- setCompilerResult([]);
85
86
const matchId = getMatchId();
87
if (!matchUser || !matchId) {
0 commit comments