Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed May 10, 2024
2 parents 7c891c6 + b1dbb39 commit 2094960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/api/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export interface AfterStudent {
class_num: number;
num: number;
name: string;
classroom_name: string;
status1: string;
status2: string;
status3: string;
Expand Down
2 changes: 2 additions & 0 deletions src/app/afterManage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ const AfterManage = () => {
state3={item.status8}
state4={item.status9}
state5={item.status10}
class_name={item.classroom_name}
/>
))
) : (
Expand All @@ -244,6 +245,7 @@ const AfterManage = () => {
handleAcceptListClick(item.id, item.name)
}
time={selectClassTime}
class_name={item.classroom_name}
/>
);
})}
Expand Down

0 comments on commit 2094960

Please sign in to comment.