small fixes
This commit is contained in:
@@ -234,7 +234,7 @@ export default function Home({ user, workflow, workflowAssignees, workflowReques
|
||||
<span key={user.id}>
|
||||
<UserWithProfilePic
|
||||
textSize="text-sm"
|
||||
prefix={getUserTypeLabelShort(user.type)}
|
||||
prefix={`- ${getUserTypeLabelShort(user.type)}`}
|
||||
name={user.name}
|
||||
profileImage={user.profilePicture}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user