diff --git a/src/components/Users/UserListAndCard.tsx b/src/components/Users/UserListAndCard.tsx index be13992ea2f..36927f77b7e 100644 --- a/src/components/Users/UserListAndCard.tsx +++ b/src/components/Users/UserListAndCard.tsx @@ -110,7 +110,7 @@ const UserCard = ({ user }: { user: UserBase }) => {
{t("role")}
- {user.user_type ?? "-"} + {user.user_type ? user.user_type : "-"}