Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e4d2380

Browse files
authored
Update index.jsx
1 parent 36382ac commit e4d2380

File tree

1 file changed

+1
-1
lines changed
  • src/routes/PositionDetails/components/PrevInterviewItem

1 file changed

+1
-1
lines changed

src/routes/PositionDetails/components/PrevInterviewItem/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function PrevInterviewItem(props) {
1616
<Accordion
1717
title={`Interview Round ${round}`}
1818
subhead={formatDate(date)}
19-
sidebar={`${emails.length} Attendees`}
19+
sidebar={`${emails.length} Attendee(s)`}
2020
>
2121
<ul>
2222
{emails.map((email) => (

0 commit comments

Comments
 (0)