Skip to content

Commit d2530d5

Browse files
committed
Remove setCompilerResult
1 parent a08f41b commit d2530d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/pages/CollabSandbox/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ const CollabSandbox: React.FC = () => {
6262

6363
const {
6464
compilerResult,
65-
setCompilerResult,
6665
handleRejectEndSession,
6766
handleConfirmEndSession,
6867
checkPartnerStatus,
@@ -81,7 +80,6 @@ const CollabSandbox: React.FC = () => {
8180
return;
8281
}
8382
getQuestionById(questionId, dispatch);
84-
setCompilerResult([]);
8583

8684
const matchId = getMatchId();
8785
if (!matchUser || !matchId) {

0 commit comments

Comments
 (0)