From e257ff8a7ff555c778de07bf18e4a13643c1fec5 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 7 Mar 2022 13:39:22 +0100 Subject: [PATCH] fix(ui) - user title showing additional text, styles --- .../components/Assist/components/AssistTabs/AssistTabs.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Assist/components/AssistTabs/AssistTabs.tsx b/frontend/app/components/Assist/components/AssistTabs/AssistTabs.tsx index 539c2d8d1..6bacc38fc 100644 --- a/frontend/app/components/Assist/components/AssistTabs/AssistTabs.tsx +++ b/frontend/app/components/Assist/components/AssistTabs/AssistTabs.tsx @@ -21,7 +21,7 @@ const AssistTabs = (props: Props) => {
- {props.userId}'s asdasd asdasdasdasd + {props.userId}'s
@@ -35,7 +35,7 @@ const AssistTabs = (props: Props) => { )} Live Sessions by {props.userId} } + title={
{props.userId}'s Live Sessions
} isDisplayed={ showMenu } content={ showMenu && } onClose={ () => setShowMenu(false) }