diff --git a/components/email/email-viewer.tsx b/components/email/email-viewer.tsx index f225f5f5..43b2fbe9 100644 --- a/components/email/email-viewer.tsx +++ b/components/email/email-viewer.tsx @@ -4037,6 +4037,7 @@ export function EmailViewer({ {/* Email Content Area */}
+
{/* === SENDER INFO (Desktop) === */}
@@ -5099,7 +5100,7 @@ export function EmailViewer({
)} -
+
{/* Email Body */}
{/* Quick Reply Section - hidden for drafts and while loading a new email */} - {!isDraft && !isBodyLoading && (effectiveEmailContent.isHtml ? iframeReady : true) && (
+ {!isDraft && !isBodyLoading && (effectiveEmailContent.isHtml ? iframeReady : true) && (
)}
+
{/* Email Source Modal */} {showSourceModal && email && (