diff --git a/components/email/EmailPanel.tsx b/components/email/EmailPanel.tsx index 43c04e95..5ecf627c 100644 --- a/components/email/EmailPanel.tsx +++ b/components/email/EmailPanel.tsx @@ -236,13 +236,19 @@ export default function EmailPanel({ // Show compose mode or email preview return (
+ {/* Remove ComposeEmail overlay/modal logic. Only show preview or a button to trigger compose in parent. */} {isComposing ? ( - +
+
+

Compose mode is now handled by the main modal.

+ +
+
) : (