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

@@ -302,7 +302,6 @@ export default function Home() {
</title>
<div className={`${styles.sidePanel}`}>
<SidePanel
webSocketConnected={true}
conversationId={conversationId}
uploadedFiles={uploadedFiles}
isMobileWidth={isMobileWidth}