frontend-rw #1

Merged
marcin merged 347 commits from frontend-rw into develop 2024-12-05 15:32:18 -08:00
Showing only changes of commit 856967b6b0 - Show all commits

View file

@ -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