Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhudec committed Dec 12, 2024
1 parent e34a057 commit 35768a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/modules/Events/EventDetails/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const EventDetails = ({ name, ...props }) => {
content: <Details {...props} />,
},
[`/events/${id}/attendees`]: {
label: 'Attendes',
label: 'Attendees',
content: (
<Attendees eventId={id} isDisabled={props.disabledOn} />
),
Expand Down

0 comments on commit 35768a2

Please sign in to comment.