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'} - {/* */}