Skip to content

Commit

Permalink
Fix liniting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Feb 3, 2024
1 parent 9eac97e commit 4ced4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/RsvpStatusResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import { __ } from '@wordpress/i18n';
*
* @since 1.0.0
*
* @param {Object} props - Component props.
* @param {string} [props.type='upcoming'] - The type of the event, either 'upcoming' or 'past'.
* @param {Object} props - Component props.
* @param {string} [props.type='upcoming'] - The type of the event, either 'upcoming' or 'past'.
* @param {string} [props.status='no_status'] - The RSVP status, such as 'attending', 'waiting_list', 'not_attending', 'no_status'.
*
* @return {JSX.Element} The rendered React component.
Expand Down

0 comments on commit 4ced4d4

Please sign in to comment.