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 20, 2024
2 parents bf8a8e0 + 8717917 commit 5fbbedc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/outAccept/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,7 @@ const OutAccept = () => {
key={index}
returnTime={`${item.start_time}~${item.end_time}`}
name={getStudentString(item)}
onClick={() =>
handleAcceptListClick(item.user_id, item.username)
}
onClick={() => handleAcceptListClick(item.id, item.username)}
reason={item.reason}
/>
))
Expand Down

0 comments on commit 5fbbedc

Please sign in to comment.