From 9d06a95c7a02d0b72121bb9279791ee3c41cb541 Mon Sep 17 00:00:00 2001 From: sylenien Date: Tue, 24 May 2022 16:55:58 +0200 Subject: [PATCH] fix(ui): fix active sessions --- .../Assist/components/AssistTabs/AssistTabs.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/frontend/app/components/Assist/components/AssistTabs/AssistTabs.tsx b/frontend/app/components/Assist/components/AssistTabs/AssistTabs.tsx index 385ca2e19..9d965d821 100644 --- a/frontend/app/components/Assist/components/AssistTabs/AssistTabs.tsx +++ b/frontend/app/components/Assist/components/AssistTabs/AssistTabs.tsx @@ -16,15 +16,6 @@ const AssistTabs = (props: Props) => {
{props.userId && ( <> -
- {/* */} - -
- - {props.userId}'s - -
-
setShowMenu(!showMenu)} @@ -44,4 +35,4 @@ const AssistTabs = (props: Props) => { ); }; -export default AssistTabs; \ No newline at end of file +export default AssistTabs;