Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Aug 23, 2024
2 parents dd57f6e + 725c8f3 commit cbeb9e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/classChange/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const ClassChange = () => {
<ChangeClass
type="accept"
key={index}
onClick={() => handleAcceptListClick(item.id, item.username)}
onClick={() => handleAcceptListClick(item.user_id, item.username)}
prevClass={item.move}
nextClass={`${item.classroom_name}`}
student={getStudentString(item)}
Expand Down
2 changes: 1 addition & 1 deletion src/components/dropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const Dropdown: React.FC<DropdownProp> = ({ type, onChange, homeRoom }) => {
{ value: "Log", label: "세미나실 3-1(Log)" },
{ value: "은하", label: "세미나실 3-2(은하)" },
{ value: "PiCK", label: "세미나실 3-3(PiCK)" },
{ value: "DLC", label: "보안 1실(어게인)" },
{ value: "DLC", label: "보안 1실(DLC)" },
{ value: "info", label: "보안 2실(info)" },
{ value: "TeamQSS", label: "세미나실 4-1(TeamQSS)" },
{ value: "NoNamed", label: "세미나실 4-2(NoNamed)" },
Expand Down

0 comments on commit cbeb9e9

Please sign in to comment.