From 704a25943294f12243432eb9db6cc4c77b3596b7 Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Fri, 22 May 2026 12:04:40 +0200 Subject: [PATCH] feat: hide empty-state placeholder in email viewer pane --- components/email/email-viewer.tsx | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/components/email/email-viewer.tsx b/components/email/email-viewer.tsx index 5cb2d7bd..1ad137fb 100644 --- a/components/email/email-viewer.tsx +++ b/components/email/email-viewer.tsx @@ -3252,21 +3252,7 @@ export function EmailViewer({ ); } return ( -
{t('no_conversation_description')}
- {onCompose && ( - - )} -