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

@@ -214,7 +214,6 @@ export default function Search() {
<div className={`${styles.searchLayout}`}>
<div className='h-full'>
<SidePanel
webSocketConnected={true}
conversationId={null}
uploadedFiles={[]}
isMobileWidth={isMobileWidth}