Skip to content

Commit 978bf7b

Browse files
committed
Implement Nicky his feedback
1 parent aa793f4 commit 978bf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Controller/Team/MiscController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function homeAction(Request $request): Response
105105
->setParameter('team', $team)
106106
->addOrderBy('c.submittime', 'DESC')
107107
->addOrderBy('c.clarid', 'DESC');
108-
if (!$this->dj->checkrole('jury') && $contest->getStartTimeObject()->getTimestamp() > time()) {
108+
if ($contest->getStartTimeObject()->getTimestamp() > time()) {
109109
$qb->andWhere('c.problem IS NULL');
110110
}
111111
/** @var Clarification[] $clarifications */

0 commit comments

Comments
 (0)