pl-fe: fix import
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
ed88a5acd4
commit
856967b6b0
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 intl = useIntl();
|
||||||
|
|
||||||
const { mutate: acceptEventParticipationRequest } = useAcceptEventParticipationRequestMutation(eventId, id);
|
const { mutate: acceptEventParticipationRequest } = useAcceptEventParticipationRequestMutation(eventId, id);
|
||||||
const { mutate: rejectEventParticipationRequest } = useAcceptEventParticipationRequestMutation(eventId, id);
|
const { mutate: rejectEventParticipationRequest } = useRejectEventParticipationRequestMutation(eventId, id);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<AccountContainer
|
<AccountContainer
|
||||||
|
|
Loading…
Reference in a new issue