From fcf1631e0fc09a4d96fc5e256279988b741c5258 Mon Sep 17 00:00:00 2001 From: alma Date: Wed, 30 Apr 2025 16:05:54 +0200 Subject: [PATCH] courrier formatting --- components/email/EmailList.tsx | 1 + lib/reducers/emailReducer.ts | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/components/email/EmailList.tsx b/components/email/EmailList.tsx index 0c6a1baa..8d444978 100644 --- a/components/email/EmailList.tsx +++ b/components/email/EmailList.tsx @@ -135,6 +135,7 @@ export default function EmailList({ /> + {/* Only show bulk actions when emails are explicitly selected via checkboxes */} {selectedEmailIds.length > 0 && (