1.1.0-1.5.2 #16

Merged
Royce59 merged 30 commits from dev into main 2026-03-18 17:59:15 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit b9603462a0 - Show all commits

View File

@@ -22,6 +22,7 @@ export function MentionRow(props : MentionRowProps) {
name={props.title}
variant="light"
color="initials"
bg={avatars.length > 0 ? '#fff' : undefined}
src={avatars.length > 0 ? avatars[0].avatar : null}
></Avatar>}
<Flex direction={'column'}>

View File

@@ -40,6 +40,7 @@ export function UserRow(props: UserRowProps) {
radius="xl"
name={userInfo.title}
color={'initials'}
bg={avatars.length > 0 ? '#fff' : undefined}
src={avatars.length > 0 ? avatars[0].avatar : undefined}
/>
<Flex direction={'column'}>