diff --git a/ee/tabby-ui/app/(dashboard)/team/components/create-invitation-form.tsx b/ee/tabby-ui/app/(dashboard)/team/components/create-invitation-form.tsx index d91607b..00f27c9 100644 --- a/ee/tabby-ui/app/(dashboard)/team/components/create-invitation-form.tsx +++ b/ee/tabby-ui/app/(dashboard)/team/components/create-invitation-form.tsx @@ -47,7 +47,7 @@ export default function CreateInvitationForm({ return (
-
+
- - - Invitee - Created - - - + {invitations.length > 0 && ( + + + Invitee + Created + Actions + + + )} {invitations.map((x, i) => { const link = `${origin}/auth/signup?invitationCode=${x.code}` return ( - - {x.email} - + {x.email} {moment.utc(x.createdAt).fromNow()} - +