Skip to content

Commit 809f780

Browse files
committed
✨ Publish contest table (#1901)
1 parent cd99292 commit 809f780

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/routes/problems/+page.svelte

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@
3838
<!-- https://flowbite-svelte.com/docs/components/tabs -->
3939
<Tabs tabStyle="underline" contentClass="bg-white dark:bg-gray-800 mt-0 p-0">
4040
<!-- Contest table -->
41-
<!-- WIP: UIのデザインが試行錯誤の段階であるため、管理者のみ閲覧可能 -->
42-
<!-- TODO: 一般公開するときに、デフォルトで開くタブにする -->
43-
{#if isAdmin}
44-
{@render problemListTab('テーブル', 'contestTable', contestTable)}
45-
{/if}
41+
{@render problemListTab('テーブル', 'contestTable', contestTable)}
4642

4743
<!-- Grades -->
4844
{@render problemListTab('グレード', 'listByGrade', listByGrade)}

0 commit comments

Comments
 (0)