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...