From 3f4e42194131a62d7751e19d75b0f9cdfa690a19 Mon Sep 17 00:00:00 2001 From: sylenien Date: Tue, 20 Sep 2022 13:55:12 +0200 Subject: [PATCH] fix(ui): fix tooltip for call --- .../Assist/components/AssistActions/AssistActions.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx b/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx index 5d8dc557e..85c2f6ad3 100644 --- a/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx +++ b/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx @@ -168,7 +168,6 @@ function AssistActions({ > Annotate - {/* */}
@@ -200,6 +199,7 @@ function AssistActions({ ? `You don't have the permissions to perform this action.` : `Call ${userId ? userId : 'User'}` } + disabled={onCall} >
{onCall ? 'End' : isPrestart ? 'Join Call' : 'Call'} - {/* */}