Remove usages of the websocketconnected variable

This commit is contained in:
sabaimran
2024-08-01 13:14:23 +05:30
parent bfeb64b48f
commit 9a43622cef
5 changed files with 1 additions and 4 deletions

View File

@@ -944,7 +944,6 @@ export default function Automations() {
<div className={`grid w-full ml-auto mr-auto`}>
<div className={`${styles.sidePanel} top-0`}>
<SidePanel
webSocketConnected={true}
conversationId={null}
uploadedFiles={[]}
isMobileWidth={isMobileWidth}