diff --git a/pkg/interface/src/views/landscape/components/Participants.tsx b/pkg/interface/src/views/landscape/components/Participants.tsx index f19a6f878..c16de953b 100644 --- a/pkg/interface/src/views/landscape/components/Participants.tsx +++ b/pkg/interface/src/views/landscape/components/Participants.tsx @@ -10,6 +10,7 @@ import { Row, Text, Icon, + Image, Action, StatelessTextInput as Input } from '@tlon/indigo-react'; @@ -297,7 +298,7 @@ function Participant(props: { const avatar = contact?.avatar !== null && !hideAvatars ? ( -