diff --git a/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx b/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx index 13dab639e..f5d18296e 100644 --- a/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx +++ b/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx @@ -6,11 +6,11 @@ import { toggleChatWindow } from 'Duck/sessions'; import stl from './AassistActions.css' interface Props { - isLive: false; + userId: String, toggleChatWindow: (state) => void } -function AssistActions({ toggleChatWindow }: Props) { +function AssistActions({ toggleChatWindow, userId }: Props) { return (