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 28, 2024
2 parents ad38ae2 + c01523b commit a57eb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/outAccept/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const OutAccept = () => {
id={item.id}
type="accept"
key={index}
returnTime={`${item.start_time}~`}
returnTime={`${item.start}~`}
name={getStudentString(item)}
onClick={() => handleAcceptListClick(item.id, item.username)}
reason={item.reason}
Expand Down

0 comments on commit a57eb03

Please sign in to comment.