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