Pass isMobileWidth prop to SidePanel via chat share interface

This commit is contained in:
Debanjum Singh Solanky 2024-07-15 23:15:03 +05:30
parent 4759c4ac96
commit 7316e6b9d3

View file

@ -299,7 +299,9 @@ export default function SharedChat() {
<SidePanel
webSocketConnected={!!conversationId ? (chatWS != null) : true}
conversationId={conversationId ?? null}
uploadedFiles={uploadedFiles} />
uploadedFiles={uploadedFiles}
isMobileWidth={isMobileWidth}
/>
</div>
<div className={styles.chatBox}>