From 437341257c7c794965c37ff9eae264b0a5b394b8 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 18 May 2022 15:49:58 +0200 Subject: [PATCH] change(ui) - enable annotation without call --- .../AssistActions/AssistActions.tsx | 30 ++++++++----------- .../managers/AssistManager.ts | 2 +- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx b/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx index 88713a6ae..3ec1060cf 100644 --- a/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx +++ b/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx @@ -82,23 +82,19 @@ function AssistActions({ toggleChatWindow, userId, calling, annotating, peerConn return (
- {onCall && ( - <> -
- -
-
- - )} +
+ +
+