Skip to content

Commit a4c8b07

Browse files
nickygerritsenvmcj
andauthored
Update webapp/src/Controller/PublicController.php
Co-authored-by: MCJ Vasseur <14887731+vmcj@users.noreply.github.com>
1 parent 8c5934d commit a4c8b07

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)