fix: casing throughout the platform (#5293)
This commit is contained in:
parent
3a5c77e8a4
commit
8f8a97589d
37 changed files with 50 additions and 146 deletions
|
|
@ -119,7 +119,7 @@ export const MemberDropdown: React.FC<Props> = observer((props) => {
|
|||
>
|
||||
{!hideIcon && <ButtonAvatars showTooltip={showTooltip} userIds={value} icon={icon} />}
|
||||
{BUTTON_VARIANTS_WITH_TEXT.includes(buttonVariant) && (
|
||||
<span className="flex-grow truncate text-xs leading-5">
|
||||
<span className="flex-grow truncate">
|
||||
{Array.isArray(value) && value.length > 0
|
||||
? value.length === 1
|
||||
? getUserDetails(value[0])?.display_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue