diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 4dd2bced..ff187708 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -509,7 +509,6 @@ export default function CourrierPage() { // Process emails keeping exact folder names and sort by date const processedEmails = (data.emails || []) - .filter((email: any) => email && email.body) // Filter out emails with no body .map((email: any) => ({ id: Number(email.id), accountId: 1,