feat: display formatted email if member has not set display name
This commit is contained in:
@@ -237,7 +237,9 @@ export const getWithListAndMembersByPublicId = async (
|
||||
publicId,
|
||||
user!workspace_members_userId_user_id_fk (
|
||||
id,
|
||||
name
|
||||
name,
|
||||
email,
|
||||
image
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user