Skip to content

Commit

Permalink
baby stepping something from main is breaking int
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstanceH committed Feb 4, 2025
1 parent dfc6a9a commit 03f822b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const RejectedOfficeUserShowRoles = () => {
}
}

return <p>{uniqueRoleNamesList.join(', ')}</p>;
return <span>{uniqueRoleNamesList.join(', ')}</span>;
};

// Overriding the default toolbar
Expand Down

0 comments on commit 03f822b

Please sign in to comment.