We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd99292 commit 809f780Copy full SHA for 809f780
src/routes/problems/+page.svelte
@@ -38,11 +38,7 @@
38
<!-- https://flowbite-svelte.com/docs/components/tabs -->
39
<Tabs tabStyle="underline" contentClass="bg-white dark:bg-gray-800 mt-0 p-0">
40
<!-- Contest table -->
41
- <!-- WIP: UIのデザインが試行錯誤の段階であるため、管理者のみ閲覧可能 -->
42
- <!-- TODO: 一般公開するときに、デフォルトで開くタブにする -->
43
- {#if isAdmin}
44
- {@render problemListTab('テーブル', 'contestTable', contestTable)}
45
- {/if}
+ {@render problemListTab('テーブル', 'contestTable', contestTable)}
46
47
<!-- Grades -->
48
{@render problemListTab('グレード', 'listByGrade', listByGrade)}
0 commit comments