From 45f0da76c3753b2d7afdef47229cf9b2198174d7 Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 27 Apr 2025 15:31:52 +0200 Subject: [PATCH] courrier correct panel 2 scroll up --- app/courrier/page.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 7a81cc10..c567b3a6 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -174,7 +174,7 @@ export default function CourrierPage() { const updated = [...prev]; updated[1] = { ...updated[1], - name: data.email.split('@')[0] || 'Email', + name: data.email, email: data.email, folders: mailboxes }; @@ -450,15 +450,10 @@ export default function CourrierPage() { >
- {account.name} + {account.name}
{account.id !== 0 && (
- {account.email && ( - - {account.email} - - )} {showFolders ? :