Skip to content

Commit

Permalink
fix :: 교실이동 id -> user_id
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Sep 25, 2024
1 parent 7f60a0b commit 18dc650
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 18dc650

Please sign in to comment.