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

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