{/* Create invite */}
Invite user
Send an invite link to a new user. Links expire after 7 days.
{/* Invites list */}
InvitationsAll invite links, newest first
{isLoading ? (
) : invites.length === 0 ? (
No invitations yet
) : (
{invites.map((invite) => {
const status = inviteStatus(invite)
return (