Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Sep 25, 2024
2 parents f9c1bc8 + 18dc650 commit 72edde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/classChange/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const ClassChange = () => {
<ChangeClass
type="accept"
key={index}
onClick={() => handleAcceptListClick(item.id, item.user_name)}
onClick={() => handleAcceptListClick(item.user_id, item.user_name)}
prevClass={item.move}
nextClass={`${item.classroom_name}`}
student={getStudentString(item)}
Expand Down

0 comments on commit 72edde0

Please sign in to comment.