From ebd4ee92f3a5d8da91ad73a7cfd1527c269e4755 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Thu, 6 Oct 2022 11:57:24 +0800 Subject: [PATCH] fix(web/contest): table-success --- web/app/views/contest-dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/views/contest-dashboard.php b/web/app/views/contest-dashboard.php index 9b0a5f0..f09f462 100644 --- a/web/app/views/contest-dashboard.php +++ b/web/app/views/contest-dashboard.php @@ -15,7 +15,7 @@ ' : ''; + echo $contest_problems[$i]['submission_id'] ? '' : ''; echo chr(ord('A') + $i); echo ''; ?>