From 81f5c9aa125a6f45d26a6934fab558e7acc1e1d9 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 10 Jun 2025 17:51:20 +0530 Subject: [PATCH] chore: remove comment --- .../src/components/ChatwootConversation.jsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/javascript/react-components/src/components/ChatwootConversation.jsx b/app/javascript/react-components/src/components/ChatwootConversation.jsx index 16703c36f..a1f962692 100644 --- a/app/javascript/react-components/src/components/ChatwootConversation.jsx +++ b/app/javascript/react-components/src/components/ChatwootConversation.jsx @@ -24,12 +24,3 @@ export const ChatwootConversation = ({ ); }; - -// Export props interface for TypeScript users (future) -// export interface ChatwootConversationProps { -// conversationId: number | string; -// className?: string; -// style?: React.CSSProperties; -// onError?: (error: Error) => void; -// onLoad?: () => void; -// }