small fixes

This commit is contained in:
Joao Correia
2025-01-29 15:35:59 +00:00
parent a40ae04aa3
commit 42a8ec2f8a
5 changed files with 26 additions and 30 deletions

View File

@@ -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}
/>