diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 6a6f29e4..caf913c9 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -1042,8 +1042,8 @@ export default function CourrierPage() { )} - {/* Show only selectedAccount.folders for the selected account if expanded */} - {selectedAccount && account.id === selectedAccount.id && expandedAccounts[account.id] && account.folders && account.folders.length > 0 && ( + {/* Show folders for any expanded account */} + {expandedAccounts[account.id] && account.folders && account.folders.length > 0 && (