From 389ea67b9469fd881ce0ae5064d6ce348a3218c7 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sat, 5 Feb 2022 21:44:34 -0800 Subject: [PATCH] Update ViewConvo.tsx --- .../components/MainTabsOrPages/ViewConvo.tsx | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/packages/web/components/MainTabsOrPages/ViewConvo.tsx b/packages/web/components/MainTabsOrPages/ViewConvo.tsx index 55916b4..bdcf22c 100644 --- a/packages/web/components/MainTabsOrPages/ViewConvo.tsx +++ b/packages/web/components/MainTabsOrPages/ViewConvo.tsx @@ -255,6 +255,19 @@ export default function ViewConvo(props: { conversationId: string }) { + {userConvoAssoc?.state != ConversationMemberState.default && ( + + )} + {userConvoAssoc?.state != ConversationMemberState.later && ( )} - {userConvoAssoc?.state == ConversationMemberState.done ? ( - - ) : ( + {userConvoAssoc?.state != ConversationMemberState.done && (