Skip to content

Commit a924ac7

Browse files
nickygerritsenvmcj
andcommitted
Update webapp/src/Controller/PublicController.php
Co-authored-by: MCJ Vasseur <[email protected]>
1 parent ecb7691 commit a924ac7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webapp/src/Controller/PublicController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ public function submissionsAction(Request $request, int $teamId, int $problemId)
329329
if ($request->isXmlHttpRequest()) {
330330
return $this->render('public/team_submissions_modal.html.twig', $data);
331331
}
332-
333332
return $this->render('public/team_submissions.html.twig', $data);
334333
}
335334
}

0 commit comments

Comments
 (0)