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 9ca2de7 commit ed2baddCopy full SHA for ed2badd
src/routes/problems/+page.svelte
@@ -29,13 +29,13 @@
29
<!-- Task table -->
30
<!-- WIP: UIのデザインが試行錯誤の段階であるため、管理者のみ閲覧可能 -->
31
{#if isAdmin}
32
- <TabItemWrapper workbookType={null} isOpen={true} title="テーブル">
+ <TabItemWrapper workbookType={null} title="テーブル">
33
<TaskTable {taskResults} {isLoggedIn} />
34
</TabItemWrapper>
35
{/if}
36
37
<!-- Grades -->
38
- <TabItemWrapper workbookType={null} title="グレード">
+ <TabItemWrapper workbookType={null} isOpen={true} title="グレード">
39
<TaskGradeList {taskResults} {isAdmin} {isLoggedIn}></TaskGradeList>
40
41
0 commit comments