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) }