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 ed2badd commit 372518fCopy full SHA for 372518f
src/routes/problems/+page.svelte
@@ -28,6 +28,7 @@
28
<Tabs tabStyle="underline" contentClass="bg-white dark:bg-gray-800">
29
<!-- Task table -->
30
<!-- WIP: UIのデザインが試行錯誤の段階であるため、管理者のみ閲覧可能 -->
31
+ <!-- TODO: 一般公開するときに、デフォルトで開くタブにする -->
32
{#if isAdmin}
33
<TabItemWrapper workbookType={null} title="テーブル">
34
<TaskTable {taskResults} {isLoggedIn} />
0 commit comments