mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
landscape: address #4517 feedback
This commit is contained in:
parent
612d93c807
commit
d91c05cb29
@ -10,6 +10,7 @@ import {
|
|||||||
Row,
|
Row,
|
||||||
Text,
|
Text,
|
||||||
Icon,
|
Icon,
|
||||||
|
Image,
|
||||||
Action,
|
Action,
|
||||||
StatelessTextInput as Input
|
StatelessTextInput as Input
|
||||||
} from '@tlon/indigo-react';
|
} from '@tlon/indigo-react';
|
||||||
@ -297,7 +298,7 @@ function Participant(props: {
|
|||||||
|
|
||||||
const avatar =
|
const avatar =
|
||||||
contact?.avatar !== null && !hideAvatars ? (
|
contact?.avatar !== null && !hideAvatars ? (
|
||||||
<img
|
<Image
|
||||||
src={contact.avatar}
|
src={contact.avatar}
|
||||||
height={32}
|
height={32}
|
||||||
width={32}
|
width={32}
|
||||||
|
Loading…
Reference in New Issue
Block a user