Skip to content

Commit

Permalink
誤字修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mu-ruU1 committed Oct 11, 2023
1 parent e7958c8 commit bededbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/octavio/app/scoring/[code]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function ScoringProblem({ params }: { params: { code: string } }) {
<table className="table border table-compact">
<thead>
<tr>
<th>未済点 ~15分</th>
<th>未採点 ~15分</th>
<th>15~19分</th>
<th>20分~</th>
</tr>
Expand Down Expand Up @@ -98,7 +98,7 @@ function ScoringProblem({ params }: { params: { code: string } }) {
>
<option value={0}>すべて</option>
<option value={1}>採点済みのみ</option>
<option value={2}>未済点のみ</option>
<option value={2}>未採点のみ</option>
</select>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/octavio/app/scoring/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function Index() {
<thead>
<tr>
<th>採点</th>
<th>未済点 ~15分/15~19分/20分~</th>
<th>未採点 ~15分/15~19分/20分~</th>
<th>ID</th>
<th>問題コード</th>
<th>タイトル</th>
Expand Down

0 comments on commit bededbb

Please sign in to comment.