From d91c05cb29a03ddfdac2b18b6190382de253c6fb Mon Sep 17 00:00:00 2001 From: 0x70b1a5 <0x70b1a5@users.noreply.github.com> Date: Wed, 3 Mar 2021 19:18:58 -0500 Subject: [PATCH] landscape: address #4517 feedback --- pkg/interface/src/views/landscape/components/Participants.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ? ( -