From 398974d120580357f979e6b655c25ff2cd295105 Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 20 Mar 2022 19:41:24 -0400 Subject: [PATCH] Update index.tsx --- packages/desktop/src/pages/Home/conversations/index.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/desktop/src/pages/Home/conversations/index.tsx b/packages/desktop/src/pages/Home/conversations/index.tsx index 449730f..117d879 100644 --- a/packages/desktop/src/pages/Home/conversations/index.tsx +++ b/packages/desktop/src/pages/Home/conversations/index.tsx @@ -50,13 +50,14 @@ export default function Conversations() {
{contactDetailsListResponse?.contactsDetails.map((contactDetail) => { return ( -
+
- + {contactDetail.otherUser.name} - {contactDetail.otherUser.status} + + {contactDetail.otherUser.status} speaking...