From 325961c8ba7108b8b45855e1eb3490cfa07dda8f Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 28 Apr 2025 18:21:59 +0200 Subject: [PATCH] courrier multi account restore compose --- app/courrier/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index a99506b1..8844c118 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -725,11 +725,11 @@ export default function CourrierPage() { const handleAddAccount = async (accountData: AccountData) => { // ... account creation logic ... - setAccounts(prev => [...prev, newAccount]); - setVisibleFolders(prev => ({ - ...prev, - [newAccount.id]: newAccount.folders - })); + // setAccounts(prev => [...prev, newAccount]); + // setVisibleFolders(prev => ({ + // ...prev, + // [newAccount.id]: newAccount.folders + // })); }; // Debug folder rendering