Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TextC0de committed Nov 5, 2024
1 parent 2da9f53 commit c09d598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/MyEvents/MyTicketsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const MyTicketsList = ({
onCompleted(data) {
if (data.acceptTransferredTicket.id) {
toast.success(
`La transferenciaha se ha confirmado exitosamente. Hemos notificado al ${ticketTransfer.sender.email}.`,
`La transferencia se ha confirmado exitosamente. Hemos notificado a ${ticketTransfer.sender.email}.`,
);
void refetchReceivedTransfers();
void refetchMyEvents();
Expand Down

0 comments on commit c09d598

Please sign in to comment.