Skip to content

Commit

Permalink
fix :: 빌드
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Aug 29, 2024
1 parent a57eb03 commit a4343c3
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}~`}
returnTime={`${item.start}~ `}
name={getStudentString(item)}
onClick={() => handleAcceptListClick(item.id, item.username)}
reason={item.reason}
Expand Down

0 comments on commit a4343c3

Please sign in to comment.