Skip to content

Commit 372518f

Browse files
committed
📚 Add comment (#1675)
1 parent ed2badd commit 372518f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/problems/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<Tabs tabStyle="underline" contentClass="bg-white dark:bg-gray-800">
2929
<!-- Task table -->
3030
<!-- WIP: UIのデザインが試行錯誤の段階であるため、管理者のみ閲覧可能 -->
31+
<!-- TODO: 一般公開するときに、デフォルトで開くタブにする -->
3132
{#if isAdmin}
3233
<TabItemWrapper workbookType={null} title="テーブル">
3334
<TaskTable {taskResults} {isLoggedIn} />

0 commit comments

Comments
 (0)