diff --git a/apps/dokploy/components/dashboard/settings/users/show-invitations.tsx b/apps/dokploy/components/dashboard/settings/users/show-invitations.tsx index 8c9813fc..76d368a3 100644 --- a/apps/dokploy/components/dashboard/settings/users/show-invitations.tsx +++ b/apps/dokploy/components/dashboard/settings/users/show-invitations.tsx @@ -185,24 +185,21 @@ export const ShowInvitations = () => { Cancel Invitation )} - - { - await removeInvitation({ - invitationId: invitation.id, - }).then(() => { - refetch(); - toast.success( - "Invitation removed", - ); - }); - }} - > - Remove Invitation - )} + { + await removeInvitation({ + invitationId: invitation.id, + }).then(() => { + refetch(); + toast.success("Invitation removed"); + }); + }} + > + Remove Invitation +