feat: display formatted email if member has not set display name

This commit is contained in:
Henry
2025-01-31 16:47:45 +00:00
parent 7db21596f1
commit e421b4326c
7 changed files with 108 additions and 43 deletions

View File

@@ -237,7 +237,9 @@ export const getWithListAndMembersByPublicId = async (
publicId,
user!workspace_members_userId_user_id_fk (
id,
name
name,
email,
image
)
)
)