frontend-rw #1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const Account: React.FC<IAccount> = ({ eventId, id, participationMessage }) => {
|
|||
const intl = useIntl();
|
||||
|
||||
const { mutate: acceptEventParticipationRequest } = useAcceptEventParticipationRequestMutation(eventId, id);
|
||||
const { mutate: rejectEventParticipationRequest } = useAcceptEventParticipationRequestMutation(eventId, id);
|
||||
const { mutate: rejectEventParticipationRequest } = useRejectEventParticipationRequestMutation(eventId, id);
|
||||
|
||||
return (
|
||||
<AccountContainer
|
||||
|
|
Loading…
Reference in a new issue