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; -// }